mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-16 19:18:32 +02:00
Attempt to exclude .venv from flakeheaven runs in CI
This commit is contained in:
parent
a1e5360803
commit
ba15074ef0
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ filterwarnings = [
|
|||
|
||||
[tool.flakeheaven]
|
||||
max_line_length = 88
|
||||
exclude = [".venv"]
|
||||
|
||||
[tool.flakeheaven.plugins]
|
||||
"py*" = ["+*"]
|
||||
|
|
Loading…
Add table
Reference in a new issue