diff --git a/pyproject.toml b/pyproject.toml index 30e74a71..5547e187 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,13 +64,14 @@ python_version = "3.8" [tool.ruff.lint] select = [ - "E", # pycodestyle errors - "W", # pycodestyle warnings - "F", # pyflakes - "I", # isort - "A", # flake8-builtins - "B", # flake8-bugbear - "C4", # flake8-comprehensions + "E", # pycodestyle errors + "W", # pycodestyle warnings + "F", # pyflakes + "I", # isort + "A", # flake8-builtins + "B", # flake8-bugbear + "C4", # flake8-comprehensions + "FIX001", # flake8-fixme ] ignore = [ "E501", # line-too-long