Skip to content

Commit

Permalink
Merge pull request #135 from ComputationalPhysiology/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
finsberg authored Oct 26, 2024
2 parents 92ec45b + ea2a888 commit 3b08396
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand All @@ -11,7 +11,7 @@ repos:


- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
args: [--line-length=100]
Expand All @@ -27,17 +27,17 @@ repos:
- id: add-trailing-comma

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.6.8'
rev: 'v0.7.0'
hooks:
- id: ruff

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.12.1
hooks:
- id: mypy

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.13.3
rev: v8.15.2
hooks:
- id: cspell
files: src/|docs/(.+).md|docs/source/(.+).ipynb|tests|README.md

0 comments on commit 3b08396

Please sign in to comment.