ruff: enable upgrade rule checks

This commit is contained in:
Jörg Thalheim
2023-08-27 10:46:53 +02:00
parent bac0942033
commit 9913a95cc2
3 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ ignore_missing_imports = true
[tool.ruff]
line-length = 88
select = [ "E", "F", "I" ]
select = [ "E", "F", "I", "U"]
ignore = [ "E501" ]
[tool.black]