Skip to content

Commit ca4daf2

Browse files
[pre-commit.ci] pre-commit autoupdate (#338)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.2](astral-sh/ruff-pre-commit@v0.6.9...v0.7.2) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0) - [github.com/mgedmin/check-manifest: 0.49 → 0.50](mgedmin/check-manifest@0.49...0.50) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 536de0e commit ca4daf2

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
@@ -29,12 +29,12 @@ repos:
2929
- id: rst-directive-colons
3030
- id: rst-inline-touching-normal
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.6.9
32+
rev: v0.7.2
3333
hooks:
3434
- id: ruff
3535
- id: ruff-format
3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.11.2
37+
rev: v1.13.0
3838
hooks:
3939
- id: mypy
4040
additional_dependencies:
@@ -45,7 +45,7 @@ repos:
4545
- types-PyYAML
4646
- types-requests
4747
- repo: https://github.com/mgedmin/check-manifest
48-
rev: "0.49"
48+
rev: "0.50"
4949
hooks:
5050
- id: check-manifest
5151
args: [--no-build-isolation]

0 commit comments

Comments
 (0)