Skip to content

Commit

Permalink
Upgrade pre-commit hooks
Browse files Browse the repository at this point in the history
Upgrade to version 3.4.0
Work around an issue with the shellcheck hook (see syntaqx/git-hooks#8)
  • Loading branch information
cans committed Mar 14, 2021
1 parent dbbb127 commit 8c0c20a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
default_language_version:
python: python3.7
python: python3.9

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.2.3
rev: v3.4.0
hooks:
- id: check-merge-conflict
- id: debug-statements
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ zip_safe = true
dev =
coverage
pdbpp
pre-commit
pre-commit<2.10.0
pytest
pytest-cov
pytest-mock
Expand Down

0 comments on commit 8c0c20a

Please sign in to comment.