Skip to content

Commit

Permalink
chore: update pre-commit hooks (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer authored Jun 25, 2024
1 parent 09ca938 commit 5740fd5
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: v3.4.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
exclude: |
Expand All @@ -12,11 +12,11 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 24.4.2
hooks:
- id: black
exclude: |
Expand Down

0 comments on commit 5740fd5

Please sign in to comment.