Skip to content

Commit f829157

Browse files
committed
adding pre-commit after release
1 parent 0412aa6 commit f829157

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
pip install --force-reinstall pylint Sphinx sphinx-rtd-theme pre-commit
4848
- name: Library version
4949
run: git describe --dirty --always --tags
50-
#- name: Pre-commit hooks
51-
# run: |
52-
# pre-commit run --all-files
50+
- name: Pre-commit hooks
51+
run: |
52+
pre-commit run --all-files
5353
- name: PyLint
5454
run: |
5555
pylint $( find . -path './adafruit*.py' )

0 commit comments

Comments
 (0)