Skip to content

Commit 2e69fd6

Browse files
author
Will Benfold
committed
Run all hooks except no-commit-to-branch in CI
1 parent e468e39 commit 2e69fd6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.cirrus.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ task:
3636
name: "${CIRRUS_OS}: precommit hooks"
3737
precommit_script:
3838
- python -m pip install --retries 3 pre-commit
39-
- pre-commit run --all-files black
40-
- pre-commit run --all-files flake8
41-
- pre-commit run --all-files isort
39+
- SKIP="no-commit-to-branch" pre-commit run --all-files
4240

4341

4442
#

0 commit comments

Comments
 (0)