Skip to content

Commit 640f40c

Browse files
authored
Merge pull request #156 from ComputationalPhysiology/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 30d5f75 + fb7af03 commit 640f40c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ repos:
1010
- id: requirements-txt-fixer
1111

1212

13-
- repo: https://github.com/psf/black
14-
rev: 25.1.0
13+
- repo: https://github.com/psf/black-pre-commit-mirror
14+
rev: 25.9.0
1515
hooks:
1616
- id: black
1717
args: [--line-length=100]
@@ -22,17 +22,17 @@ repos:
2222
- id: nbstripout
2323

2424
- repo: https://github.com/asottile/add-trailing-comma
25-
rev: v3.2.0
25+
rev: v4.0.0
2626
hooks:
2727
- id: add-trailing-comma
2828

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

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

0 commit comments

Comments
 (0)