Skip to content

Commit eda42a1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.13.0](astral-sh/ruff-pre-commit@v0.8.2...v0.13.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [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/pre-commit/mirrors-mypy: v1.13.0 → v1.18.1](pre-commit/mirrors-mypy@v1.13.0...v1.18.1) - [github.com/jsh9/pydoclint: 0.5.10 → 0.7.3](jsh9/pydoclint@0.5.10...0.7.3)
1 parent f7b2b39 commit eda42a1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: 'v0.8.2'
4+
rev: 'v0.13.0'
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
14-
rev: v5.0.0
14+
rev: v6.0.0
1515
hooks:
1616
- id: check-added-large-files
1717
- id: check-case-conflict
@@ -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.18.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.7.3
4747
hooks:
4848
- id: pydoclint
4949
args:

0 commit comments

Comments
 (0)