Skip to content

Commit 3a1d729

Browse files
chore: update pre-commit hooks
updates: - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.14.3](astral-sh/ruff-pre-commit@v0.12.11...v0.14.3) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2)
1 parent c6a0a7e commit 3a1d729

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
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/adamchainz/blacken-docs
8-
rev: "1.19.1"
8+
rev: "1.20.0"
99
hooks:
1010
- id: blacken-docs
1111
additional_dependencies: [black==23.*]
@@ -25,7 +25,7 @@ repos:
2525
- id: trailing-whitespace
2626

2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.12.11
28+
rev: v0.14.3
2929
hooks:
3030
- id: ruff
3131
args: ["--fix", "--show-fixes"]
@@ -34,7 +34,7 @@ repos:
3434
types_or: [python, pyi, jupyter]
3535

3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.17.1
37+
rev: v1.18.2
3838
hooks:
3939
- id: mypy
4040
files: ^src

0 commit comments

Comments
 (0)