Skip to content

Commit ab75ab1

Browse files
authored
Merge pull request #141 from ComputationalPhysiology/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 3f6d6e1 + b1000d9 commit ab75ab1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ repos:
2727
- id: add-trailing-comma
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: 'v0.8.2'
30+
rev: 'v0.8.4'
3131
hooks:
3232
- id: ruff
3333

3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v1.13.0
35+
rev: v1.14.0
3636
hooks:
3737
- id: mypy
3838

3939
- repo: https://github.com/streetsidesoftware/cspell-cli
40-
rev: v8.16.1
40+
rev: v8.17.0
4141
hooks:
4242
- id: cspell
4343
files: src/|docs/(.+).md|docs/source/(.+).ipynb|tests|README.md

0 commit comments

Comments
 (0)