build: enable pyupgrade rules in ruff

This commit is contained in:
Dimitri Papadopoulos
2024-01-08 07:56:44 +01:00
committed by Adrien Vergé
parent d20aa6d302
commit fd8ddeef8b

View File

@@ -1,5 +1,5 @@
[lint]
extend-select = ["B", "I"]
extend-select = ["B", "I", "UP"]
[lint.isort]
known-third-party = ["tests"]