File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,7 @@ lint.select = [
55
55
" C4" , # flake8-comprehensions - https://docs.astral.sh/ruff/rules/#flake8-comprehensions-c4
56
56
" E" , # pycodestyle errors - https://docs.astral.sh/ruff/rules/#error-e
57
57
" F" , # pyflakes rules - https://docs.astral.sh/ruff/rules/#pyflakes-f
58
- " N" , # pep8-naming - https://docs.astral.sh/ruff/rules/#pep8-naming-n
59
58
" W" , # pycodestyle warnings - https://docs.astral.sh/ruff/rules/#warning-w
60
59
" I" , # isort - https://docs.astral.sh/ruff/rules/#isort-i
61
60
" UP" , # pyupgrade - https://docs.astral.sh/ruff/rules/#pyupgrade-up
62
61
]
63
-
64
- [tool .ruff .lint .per-file-ignores ]
65
- # Ignore variable names inside the template because ruff doesn't
66
- # work well with jinja templating. Any violations of N rules inside
67
- # the template are caught by the tests.
68
- "template/**/*" = [" N" ]
You can’t perform that action at this time.
0 commit comments