diff options
| author | 2025-11-10 19:44:07 +0000 | |
|---|---|---|
| committer | 2025-11-10 23:19:27 +0000 | |
| commit | 032f1234c69844dce962a8c2559b269668d19fa9 (patch) | |
| tree | 151e48608d7bd93628bf85d7f8f7fbfb1d35d973 | |
| parent | Include project name in footer (diff) | |
Unignore B904 (raise-without-from-inside-except)
Diffstat (limited to '')
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 3121d1b3..13ad72e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,7 +104,6 @@ select = ["ALL"] ignore = [ "A005", "ANN002", "ANN003", "ANN204", "ANN206", "ANN401", - "B904", "C401", "C408", "C901", "COM812", "CPY001", |