mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Don't care about that style check
This commit is contained in:
parent
08b6ce6b8c
commit
f88e5f836d
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -8,7 +8,8 @@ install-style:
|
|||
pip install flake8 flake8-import-order
|
||||
|
||||
style:
|
||||
flake8
|
||||
flake8 \
|
||||
--ignore=W503 # Line break before operator
|
||||
! grep -ri syncroniz */*
|
||||
|
||||
install-docs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue