diff --git a/pyproject.toml b/pyproject.toml index 5f6f6fd..9be484f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,8 @@ src = ["src"] [tool.ruff.lint] select = [ "F", # pyflakes - "E", # pycodestyle + "E", # pycodestyle errors + "W", # pycodestyle warnings "I", # isort "N", # pep8-naming "UP", # pyupgrade