mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Pin an older flake8 until we get around to linting
This commit is contained in:
parent
65d17bdcbf
commit
810349eef0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -82,7 +82,7 @@ install-test: install-servers
|
|||
[ -z "$(TEST_EXTRA_PACKAGES)" ] || pip install $(TEST_EXTRA_PACKAGES)
|
||||
|
||||
install-style: install-docs
|
||||
pip install -U flake8 flake8-import-order 'flake8-bugbear>=17.3.0' autopep8
|
||||
pip install -U flake8==3.5.0 flake8-import-order 'flake8-bugbear>=17.3.0' autopep8
|
||||
|
||||
style:
|
||||
flake8
|
||||
|
|
|
|||
Loading…
Reference in a new issue