mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-07 19:08:30 +03:00
Update pyproject.toml
This commit is contained in:
@@ -95,6 +95,9 @@ markers = [
|
||||
[tool.ruff]
|
||||
#exclude = ["docs"]
|
||||
line-length = 120
|
||||
# Remove this for a more detailed lint report
|
||||
output-format = "concise"
|
||||
|
||||
|
||||
[tool.ruff.lint]
|
||||
#add bugbear?
|
||||
@@ -103,8 +106,9 @@ line-length = 120
|
||||
# ANN : annotations
|
||||
#extend-select = ["B"]
|
||||
|
||||
# E701 - multiple statements on one line (I vote to keep this but I notice it's used quite a lot!)
|
||||
ignore = []
|
||||
# Ignore unused imports as some are currently required for lazy loading
|
||||
# This can be removed for a `lint check` run which is manually reviewed
|
||||
ignore = ["F401"]
|
||||
|
||||
[tool.ruff.lint.per-file-ignores]
|
||||
# Ignore import violations in __init__.py files
|
||||
|
||||
Reference in New Issue
Block a user