We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d70197 + 46e08e8 commit 962ec5bCopy full SHA for 962ec5b
pyproject.toml
@@ -321,7 +321,6 @@ select = [
321
"FLY", # https://docs.astral.sh/ruff/rules/#flynt-fly
322
"I", # https://docs.astral.sh/ruff/rules/#isort-i
323
"C90", # https://docs.astral.sh/ruff/rules/#mccabe-c90
324
- # "N", # https://docs.astral.sh/ruff/rules/#pep8-naming-n
325
"PERF", # https://docs.astral.sh/ruff/rules/#perflint-perf
326
"E", "W", # https://docs.astral.sh/ruff/rules/#pycodestyle-e-w
327
# "DOC", # https://docs.astral.sh/ruff/rules/#pydoclint-doc
0 commit comments