mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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
|
pip install flake8 flake8-import-order
|
||||||
|
|
||||||
style:
|
style:
|
||||||
flake8
|
flake8 \
|
||||||
|
--ignore=W503 # Line break before operator
|
||||||
! grep -ri syncroniz */*
|
! grep -ri syncroniz */*
|
||||||
|
|
||||||
install-docs:
|
install-docs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue