Skip to content

Commit

Permalink
Upgrade ruff to 0.5.2, set up certain rules to lint and format
Browse files Browse the repository at this point in the history
  • Loading branch information
DiddiLeija committed Jul 16, 2024
1 parent 6094946 commit a27dd5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion ruff.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
line-length = 120

[lint]
extend-select = ["E501"]
select = ["E", "W", "F"]

[format]
indent-style = "space"
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruff==0.5.1
ruff==0.5.2

0 comments on commit a27dd5a

Please sign in to comment.