Skip to content

Commit

Permalink
Merge pull request #398 from GreenBankObservatory/pre-commit-ci-updat…
Browse files Browse the repository at this point in the history
…e-config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
mpound authored Oct 16, 2024
2 parents 11e388b + 215966b commit 39901da
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 @@ -6,7 +6,7 @@ default_language_version:
# 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
exclude: '(notebooks|attic|benchmark|testdata)/.*'
Expand All @@ -30,7 +30,7 @@ repos:
- id: isort
exclude: '(notebooks|attic|benchmark|testdata)/.*'
- repo: 'https://github.com/psf/black'
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
exclude: '(notebooks|attic|benchmark|testdata)/.*'

0 comments on commit 39901da

Please sign in to comment.