Skip to content

Commit

Permalink
build: enable some ruff-specific rules in ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Jan 20, 2024
1 parent 8e72595 commit ddce1b0
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", "PGH", "TRY", "UP"]
extend-select = ["B", "I", "PGH", "RUF100", "TRY", "UP"]
ignore = ["TRY003"]

[lint.isort]
Expand Down

0 comments on commit ddce1b0

Please sign in to comment.