diff --git a/pyproject.toml b/pyproject.toml index 5ed07b11..e3a1b236 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,10 +101,14 @@ extend-exclude = ["src/wheel/vendored"] [tool.ruff.lint] extend-select = [ "B", # flake8-bugbear + "FLY", # flynt "G", # flake8-logging-format "I", # isort "ISC", # flake8-implicit-str-concat + "PERF", # Perflint "PGH", # pygrep-hooks + "PIE", # flake8-pie + "PLC", # Pylint "RUF100", # unused noqa (yesqa) "UP", # pyupgrade "W", # pycodestyle warnings