mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-07 19:08:30 +03:00
Implementing ruff suggestions.
This commit is contained in:
@@ -108,7 +108,7 @@ ignore = []
|
||||
|
||||
[tool.ruff.lint.per-file-ignores]
|
||||
# Ignore import violations in __init__.py files
|
||||
"__init__.py" = ["F401"]
|
||||
"__init__.py" = ["F401", "F403"]
|
||||
|
||||
[tool.ruff.format]
|
||||
docstring-code-format = false
|
||||
|
||||
Reference in New Issue
Block a user