Skip to content

Commit

Permalink
Merge pull request #964 from NeurodataWithoutBorders/pre-commit-ci-up…
Browse files Browse the repository at this point in the history
…date-config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
rly authored Feb 5, 2025
2 parents 54b495c + c17e66d commit 041e5bd
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 @@ -8,13 +8,13 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
exclude: ^docs/

- repo: https://github.com/PyCQA/isort
rev: 5.13.2
rev: 6.0.0
hooks:
- id: isort

Expand All @@ -25,7 +25,7 @@ repos:
types_or: [css, javascript]

- repo: https://github.com/codespell-project/codespell
rev: v2.4.0
rev: v2.4.1
hooks:
- id: codespell
additional_dependencies:
Expand Down

0 comments on commit 041e5bd

Please sign in to comment.