Skip to content

Commit

Permalink
CI: Update pre-commit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Apr 25, 2024
1 parent 6ca7e79 commit 2fd5e9d
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
Expand Up @@ -15,7 +15,7 @@
repos:
# Standard hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -28,12 +28,12 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: 22.3.0
rev: 24.4.1
hooks:
- id: black

- repo: https://github.com/PyCQA/pylint
rev: pylint-2.7.4
rev: v3.1.0
hooks: []

- repo: local
Expand Down

0 comments on commit 2fd5e9d

Please sign in to comment.