diff --git a/.ruff.toml b/.ruff.toml index 78196bc4..273282b9 100644 --- a/.ruff.toml +++ b/.ruff.toml @@ -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