mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-08-28 05:33:24 +00:00
Chore: enable pep8-naming N999 ruff rule
Zero current violations. Only N999 (invalid-module-name) is part of ruff 0.16's default rule set; the rest of pep8-naming is opt-in.
This commit is contained in:
@@ -207,6 +207,7 @@ extend-select = [
|
||||
"LOG009", # https://docs.astral.sh/ruff/rules/#flake8-logging-log
|
||||
"LOG014", # https://docs.astral.sh/ruff/rules/#flake8-logging-log
|
||||
"LOG015", # https://docs.astral.sh/ruff/rules/#flake8-logging-log
|
||||
"N999", # https://docs.astral.sh/ruff/rules/#pep8-naming-n
|
||||
"PERF101", # https://docs.astral.sh/ruff/rules/#perflint-perf
|
||||
"PERF102", # https://docs.astral.sh/ruff/rules/#perflint-perf
|
||||
"PERF402", # https://docs.astral.sh/ruff/rules/#perflint-perf
|
||||
|
||||
Reference in New Issue
Block a user