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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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