mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Fix flake8 config syntax making the test crash
This commit is contained in:
parent
7f4e8b394c
commit
01a4dc0942
1 changed files with 2 additions and 2 deletions
|
@ -4,5 +4,5 @@ ignore =
|
|||
E128,
|
||||
E731,
|
||||
E722,
|
||||
W503 # Black formatter conflict
|
||||
E203 # Black formatter conflict
|
||||
W503,
|
||||
E203
|
||||
|
|
Loading…
Add table
Reference in a new issue