diff --git a/pyproject.toml b/pyproject.toml index 7541e0f..7d04d66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ line-length = 120 target-version = "py310" select = [ "E", "W", # pycodestyle - "F", # pyflakes + "F", # pyflakes "I", # isort "N", # pep8-naming "UP", # pyupgrade