mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-02 10:15:50 +00:00
Turn on all opinionated checks
This commit is contained in:
parent
af150ef0ae
commit
1790fdd7cc
1 changed files with 4 additions and 1 deletions
|
|
@ -6,6 +6,9 @@ norecursedirs = tests/storage/servers/*
|
|||
|
||||
[flake8]
|
||||
# W503: Line break before operator
|
||||
ignore = W503, E731
|
||||
# E731: Use a def instead of lambda expr
|
||||
# B902: first method param should be self
|
||||
ignore = W503, E731, B902
|
||||
select = C,E,F,W,B,B9
|
||||
exclude = tests/storage/servers/*, build/
|
||||
application-package-names = tests,vdirsyncer
|
||||
|
|
|
|||
Loading…
Reference in a new issue