Skip to content

Commit

Permalink
Merge pull request #435 from jbampton/pre-commit-autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
matz authored Nov 20, 2024
2 parents 1ebcee0 + 51e58f7 commit 9dc1c28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# https://pre-commit.com/
default_stages: [commit, push]
default_stages: [pre-commit, pre-push]
default_language_version:
# force all unspecified Python hooks to run python3
python: python3
Expand All @@ -11,7 +11,7 @@ repos:
- id: identity
- id: check-hooks-apply
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand Down Expand Up @@ -50,7 +50,7 @@ repos:
- id: reek
- id: rubocop
- repo: https://github.com/tcort/markdown-link-check
rev: v3.12.2
rev: v3.13.6
hooks:
- id: markdown-link-check
name: Run markdown-link-check
Expand All @@ -59,7 +59,7 @@ repos:
types: [markdown]
files: \.md$
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.41.0
rev: v0.42.0
hooks:
- id: markdownlint
name: Run markdownlint
Expand Down

0 comments on commit 9dc1c28

Please sign in to comment.