Skip to content

Commit

Permalink
Auto-update pre-commit hooks (#889)
Browse files Browse the repository at this point in the history
Co-authored-by: asvetlov <356399+asvetlov@users.noreply.github.com>
  • Loading branch information
neu-ro-github-bot[bot] and asvetlov authored Oct 6, 2024
1 parent 7745a57 commit 5a0641a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.6.0'
rev: 'v5.0.0'
hooks:
- id: check-merge-conflict
exclude: "rst$"
Expand Down Expand Up @@ -30,7 +30,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.6.0'
rev: 'v5.0.0'
hooks:
- id: check-case-conflict
- id: check-json
Expand All @@ -44,7 +44,7 @@ repos:
- id: debug-statements
# Another entry is required to apply file-contents-sorter to another file
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.6.0'
rev: 'v5.0.0'
hooks:
- id: file-contents-sorter
files: |
Expand Down

0 comments on commit 5a0641a

Please sign in to comment.