Skip to content

Commit

Permalink
Update Ruff 0.1.3
Browse files Browse the repository at this point in the history
And explicitly set python version, as it now chooses an older one by default
  • Loading branch information
samtygier-stfc committed Oct 31, 2023
1 parent 83c488a commit 7d3e14d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ dependencies:
- parameterized==0.9.*
- pyinstaller==6.1.*
- sarepy=2020.07 # For building old docs
- ruff=0.0.275
- ruff=0.1.3
- pre-commit==3.5.*
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ select = ["E", "W", "F", "B", "FA", "C4"]
fixable = []

line-length = 120
target-version = "py310"

0 comments on commit 7d3e14d

Please sign in to comment.