ruff: also enforce variable naming rules

This commit is contained in:
Jörg Thalheim
2023-08-27 10:51:47 +02:00
parent 9913a95cc2
commit b7212b9988
4 changed files with 8 additions and 8 deletions

View File

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