Enable pep8-naming linting rules (#267)

See https://docs.astral.sh/ruff/rules/#pep8-naming-n.
This commit is contained in:
Marc Wrobel
2023-12-30 09:49:00 +01:00
parent 6002cbdb26
commit e1e358c50c

View File

@@ -3,6 +3,7 @@ select = [
"F", # pyflakes errors
"I", # isort
"ISC", # flake8-implicit-str-concat
"N", # pep8-naming
"PGH", # pygrep-hooks
"RUF100", # unused noqa (yesqa)
"UP", # pyupgrade