Skip to content

Commit

Permalink
CI: update pre-commit tool versions (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosfet80 authored Jun 24, 2024
1 parent cc304b1 commit c118b35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -28,7 +28,7 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.4.2
hooks:
- id: black

Expand Down

0 comments on commit c118b35

Please sign in to comment.