Skip to content

Commit

Permalink
build: enable pyupgrade rules in ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos authored and adrienverge committed Jan 9, 2024
1 parent d20aa6d commit fd8ddee
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"]
extend-select = ["B", "I", "UP"]

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

0 comments on commit fd8ddee

Please sign in to comment.