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