Skip to content

Commit 50eefa1

Browse files
author
Hugo Osvaldo Barrera
committed
Use pre-commit for CI style checks
Have a single, uniform definition everywhere.
1 parent 53331fe commit 50eefa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ install-test-storage: install-test
8888
true
8989

9090
install-style: install-docs install-dev
91-
pip install -U flake8 flake8-import-order flake8-bugbear
91+
pip install pre-commit
9292

9393
style:
94-
flake8
94+
pre-commit run --all
9595
! git grep -i syncroniz */*
9696
! git grep -i 'text/icalendar' */*
9797
sphinx-build -W -b html ./docs/ ./docs/_build/html/

0 commit comments

Comments
 (0)