Skip to content

Commit

Permalink
Run all hooks except no-commit-to-branch in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Benfold committed Jan 14, 2022
1 parent e468e39 commit 2e69fd6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .cirrus.yml
Expand Up @@ -36,9 +36,7 @@ task:
name: "${CIRRUS_OS}: precommit hooks"
precommit_script:
- python -m pip install --retries 3 pre-commit
- pre-commit run --all-files black
- pre-commit run --all-files flake8
- pre-commit run --all-files isort
- SKIP="no-commit-to-branch" pre-commit run --all-files


#
Expand Down

0 comments on commit 2e69fd6

Please sign in to comment.