diff --git a/.ruff.toml b/.ruff.toml index 78ea3ff6..c7e7ce97 100644 --- a/.ruff.toml +++ b/.ruff.toml @@ -1,5 +1,5 @@ [lint] -extend-select = ["B", "I", "TRY", "UP"] +extend-select = ["B", "I", "PGH", "TRY", "UP"] ignore = ["TRY003"] [lint.isort]