mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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
|
true
|
||||||
|
|
||||||
install-style: install-docs install-dev
|
install-style: install-docs install-dev
|
||||||
pip install -U flake8 flake8-import-order flake8-bugbear
|
pip install pre-commit
|
||||||
|
|
||||||
style:
|
style:
|
||||||
flake8
|
pre-commit run --all
|
||||||
! git grep -i syncroniz */*
|
! git grep -i syncroniz */*
|
||||||
! git grep -i 'text/icalendar' */*
|
! git grep -i 'text/icalendar' */*
|
||||||
sphinx-build -W -b html ./docs/ ./docs/_build/html/
|
sphinx-build -W -b html ./docs/ ./docs/_build/html/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue