diff options
author | 2024-11-23 19:42:10 +0000 | |
---|---|---|
committer | 2024-11-23 19:42:10 +0000 | |
commit | 7a4dfe945723f3eb495d1509548716f713746911 (patch) | |
tree | 97f80a8d1dd568c2afc3a1fb6b28cc0b07a15153 /pyproject.toml | |
parent | Bump deps to latest (diff) |
Remove deprecated ruff rules
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 10e08653..a8b552c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ line-length = 120 [tool.ruff.lint] ignore = [ - "ANN002", "ANN003", "ANN101", "ANN102", "ANN204", "ANN206", "ANN401", + "ANN002", "ANN003", "ANN204", "ANN206", "ANN401", "B904", "C401", "C408", "D100", "D104", "D105", "D107", "D203", "D212", "D214", "D215", "D301", |