Skip to content

Commit 5ee9329

Browse files
authored
Merge pull request #56 from ComputationalPhysiology/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 6362555 + da85322 commit 5ee9329

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -12,7 +12,7 @@ repos:
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
1414
# Ruff version.
15-
rev: 'v0.12.3'
15+
rev: 'v0.12.8'
1616
hooks:
1717
# Run the linter.
1818
- id: ruff
@@ -27,7 +27,7 @@ repos:
2727

2828

2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.16.1
30+
rev: v1.17.1
3131
hooks:
3232
- id: mypy
3333

0 commit comments

Comments
 (0)