diff --git a/pyproject.toml b/pyproject.toml index 4aac9ba..76c344c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,8 @@ select = [ "E", # pycodestyle errors "F", # pyflakes "I", # isort - # "UP", # pyupgrade + "N", # pep8-naming + "UP", # pyupgrade "W", # pycodestyle warnings ]