mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Exclude servers from flake8
This commit is contained in:
parent
89923a0e72
commit
7f124494ee
1 changed files with 1 additions and 0 deletions
|
|
@ -7,3 +7,4 @@ norecursedirs = tests/storage/servers/*
|
|||
[flake8]
|
||||
# W503: Line break before operator
|
||||
ignore = W503, E731
|
||||
exclude = tests/storage/servers/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue