Adopt the lint Ruff table consistently (#11832)

This commit is contained in:
Dimitri Papadopoulos Orfanos
2024-01-01 23:19:54 +01:00
committed by GitHub
parent 68295a5a78
commit 002098b51f

View File

@@ -372,7 +372,7 @@ select = [
"YTT",
]
[per-file-ignores]
[lint.per-file-ignores]
"doc/conf.py" = ["INP001"]
"doc/development/tutorials/examples/*" = ["INP001"]
# allow print() in the tutorial
@@ -410,5 +410,5 @@ select = [
# whitelist ``print`` for stdout messages
"utils/*" = ["T201"]
[flake8-quotes]
[lint.flake8-quotes]
inline-quotes = "single"