diff --git a/pyproject.toml b/pyproject.toml index 5d0bbcbe..dc25ca2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,9 +59,9 @@ fix = true lint.select = [ "C4", # flake8-comprehensions - "E", # pycodestyle errors + "E", # pycodestyle "EM", # flake8-errmsg - "F", # pyflakes errors + "F", # pyflakes "I", # isort "ICN", # flake8-import-conventions "ISC", # flake8-implicit-str-concat @@ -73,7 +73,7 @@ lint.select = [ "RUF100", # unused noqa (yesqa) "S", # flake8-bandit "UP", # pyupgrade - "W", # pycodestyle warnings + "W", # pycodestyle "YTT", # flake8-2020 ] lint.ignore = [