Skip to content

Commit

Permalink
build: enable ruff-specific rules in ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Jan 13, 2024
1 parent e969dce commit 6838078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ruff.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[lint]
extend-select = ["B", "I", "UP"]
extend-select = ["B", "I", "RUF", "UP"]

[lint.isort]
known-third-party = ["tests"]

0 comments on commit 6838078

Please sign in to comment.