mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Add ruff config
This commit is contained in:
parent
2da4f9147d
commit
1ed2bd3c35
1 changed files with 6 additions and 0 deletions
|
@ -138,6 +138,12 @@ filterwarnings = [
|
||||||
"ignore:[WinError 5].*"
|
"ignore:[WinError 5].*"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.ruff]
|
||||||
|
line-length = 88
|
||||||
|
|
||||||
|
[tool.ruff.per-file-ignores]
|
||||||
|
"__init__.py" = ["F401"]
|
||||||
|
|
||||||
[tool.flakeheaven]
|
[tool.flakeheaven]
|
||||||
max_line_length = 88
|
max_line_length = 88
|
||||||
exclude = [".git", ".tox", ".venv", "node_modules"]
|
exclude = [".git", ".tox", ".venv", "node_modules"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue