mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Use pre-commit for CI style checks
Have a single, uniform definition everywhere.
This commit is contained in:
parent
53331fedee
commit
50eefa1816
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -88,10 +88,10 @@ install-test-storage: install-test
|
|||
true
|
||||
|
||||
install-style: install-docs install-dev
|
||||
pip install -U flake8 flake8-import-order flake8-bugbear
|
||||
pip install pre-commit
|
||||
|
||||
style:
|
||||
flake8
|
||||
pre-commit run --all
|
||||
! git grep -i syncroniz */*
|
||||
! git grep -i 'text/icalendar' */*
|
||||
sphinx-build -W -b html ./docs/ ./docs/_build/html/
|
||||
|
|
|
|||
Loading…
Reference in a new issue