Skip to content

Commit cf77d46

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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/astral-sh/ruff-pre-commit: v0.9.3 → v0.15.20](astral-sh/ruff-pre-commit@v0.9.3...v0.15.20) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v2.1.0](pre-commit/mirrors-mypy@v1.14.1...v2.1.0) - [github.com/mgedmin/check-manifest: 0.50 → 0.51](mgedmin/check-manifest@0.50...0.51)
1 parent 8768789 commit cf77d46

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55
repos:
66

77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: check-yaml
1111
- id: check-toml
@@ -18,15 +18,15 @@ repos:
1818
- id: yamlfmt
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.9.3
21+
rev: v0.15.20
2222
hooks:
2323
- id: ruff-format
2424
exclude: ^docs/
2525
- id: ruff
2626
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
2727

2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.14.1
29+
rev: v2.1.0
3030
hooks:
3131
- id: mypy
3232
additional_dependencies:
@@ -36,6 +36,6 @@ repos:
3636
- types-toml
3737

3838
- repo: https://github.com/mgedmin/check-manifest
39-
rev: '0.50'
39+
rev: '0.51'
4040
hooks:
4141
- id: check-manifest

0 commit comments

Comments
 (0)