Skip to content

Commit f221aea

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.14.10](astral-sh/ruff-pre-commit@v0.11.11...v0.14.10) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.19.1](pre-commit/mirrors-mypy@v1.15.0...v1.19.1)
1 parent 052c6bc commit f221aea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
repos:
33

44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-yaml
88
- id: end-of-file-fixer
@@ -30,7 +30,7 @@ repos:
3030
# Format markdown docs.
3131
- repo: https://github.com/executablebooks/mdformat
3232
# Do this before other tools "fixing" the line endings
33-
rev: 0.7.22
33+
rev: 1.0.0
3434
hooks:
3535
- id: mdformat
3636
args: [--number, --end-of-line=keep]
@@ -41,7 +41,7 @@ repos:
4141

4242
# Lint and Format code
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: 'v0.11.11'
44+
rev: 'v0.14.10'
4545
hooks:
4646
- id: ruff
4747
args:
@@ -56,7 +56,7 @@ repos:
5656

5757
# Static typehint linting.
5858
- repo: https://github.com/pre-commit/mirrors-mypy
59-
rev: v1.15.0
59+
rev: v1.19.1
6060
hooks:
6161
- id: mypy
6262

0 commit comments

Comments
 (0)