diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index b3fa878d..82ecdf27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,6 +87,7 @@ unsafe-fixes = true [tool.ruff.lint] select = ["ALL"] ignore = [ + "A005", "ANN002", "ANN003", "ANN204", "ANN206", "ANN401", "B904", "C401", "C408", "C901", |