We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e468e39 commit 2e69fd6Copy full SHA for 2e69fd6
.cirrus.yml
@@ -36,9 +36,7 @@ task:
36
name: "${CIRRUS_OS}: precommit hooks"
37
precommit_script:
38
- 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
+ - SKIP="no-commit-to-branch" pre-commit run --all-files
42
43
44
#
0 commit comments