diff --git a/pyproject.toml b/pyproject.toml index 37ee5129..df063bd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,6 +60,8 @@ select = [ "F", # flake8-no-pep420 "INP", + # pep8-naming + "N", # Pylint "PL", # pygrep hooks