mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 11:38:32 +02:00
Exclude more dirs from flakeheaven
This commit is contained in:
parent
ba15074ef0
commit
cb2c2a096d
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ filterwarnings = [
|
||||||
|
|
||||||
[tool.flakeheaven]
|
[tool.flakeheaven]
|
||||||
max_line_length = 88
|
max_line_length = 88
|
||||||
exclude = [".venv"]
|
exclude = [".git", ".tox", ".venv", "node_modules"]
|
||||||
|
|
||||||
[tool.flakeheaven.plugins]
|
[tool.flakeheaven.plugins]
|
||||||
"py*" = ["+*"]
|
"py*" = ["+*"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue