Skip to content

Commit

Permalink
Update pre-commit-config wrt python
Browse files Browse the repository at this point in the history
  • Loading branch information
RainerKuemmerle committed Nov 17, 2024
1 parent f837aea commit a92aef7
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 @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -21,6 +21,6 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black

0 comments on commit a92aef7

Please sign in to comment.