Skip to content

Commit 8244070

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.11.13](astral-sh/ruff-pre-commit@v0.8.2...v0.11.13) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.16.0](pre-commit/mirrors-mypy@v1.13.0...v1.16.0) - [github.com/jsh9/pydoclint: 0.5.10 → 0.6.7](jsh9/pydoclint@0.5.10...0.6.7)
1 parent f7b2b39 commit 8244070

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
@@ -1,13 +1,13 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: 'v0.8.2'
4+
rev: 'v0.11.13'
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
88
exclude: test.*
99
- repo: https://github.com/psf/black
10-
rev: 24.10.0
10+
rev: 25.1.0
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -36,14 +36,14 @@ repos:
3636
- id: fix-encoding-pragma
3737
args: ["--remove"]
3838
- repo: https://github.com/pre-commit/mirrors-mypy
39-
rev: v1.13.0
39+
rev: v1.16.0
4040
hooks:
4141
- id: mypy
4242
exclude: test.*
4343
args: [--no-strict-optional, --ignore-missing-imports]
4444
additional_dependencies: ["pydantic", "toml", "types-all"]
4545
- repo: https://github.com/jsh9/pydoclint
46-
rev: 0.5.10
46+
rev: 0.6.7
4747
hooks:
4848
- id: pydoclint
4949
args:

0 commit comments

Comments
 (0)