diff --git a/pyproject.toml b/pyproject.toml index 63fd0fb..f3153cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,6 +53,7 @@ extend-select = [ "I", # isort "B", # flake8-bugbear "E", # pycodestyle errors + "F", # Pyflakes "UP", # pyupgrade "W", # pycodestyle warnings ]