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