Skip to content

Commit b0bd01c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.2...v0.8.6) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1) - [github.com/jsh9/pydoclint: 0.5.10 → 0.5.14](jsh9/pydoclint@0.5.10...0.5.14)
1 parent f7b2b39 commit b0bd01c

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
@@ -1,7 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: 'v0.8.2'
4+
rev: 'v0.8.6'
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
@@ -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.14.1
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.5.14
4747
hooks:
4848
- id: pydoclint
4949
args:

0 commit comments

Comments
 (0)