Skip to content

Commit 964ed5d

Browse files
chore(deps): pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.8.3](astral-sh/ruff-pre-commit@v0.5.0...v0.8.3) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.13.0](pre-commit/mirrors-mypy@v1.10.1...v1.13.0) - [github.com/pre-commit/pre-commit: v3.7.1 → v4.0.1](pre-commit/pre-commit@v3.7.1...v4.0.1)
1 parent 37a64a4 commit 964ed5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.6.0
9+
rev: v5.0.0
1010
hooks:
1111
- id: check-json
1212
- id: check-toml
@@ -16,21 +16,21 @@ repos:
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
1818
# Ruff version.
19-
rev: 'v0.5.0'
19+
rev: 'v0.8.3'
2020
hooks:
2121
- id: ruff
2222
args: [--fix, --exit-non-zero-on-fix]
2323
- id: ruff-format
2424

2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v1.10.1
26+
rev: v1.13.0
2727
hooks:
2828
- id: mypy
2929
pass_filenames: true
3030
additional_dependencies:
3131
- types-requests
3232

3333
- repo: https://github.com/pre-commit/pre-commit
34-
rev: v3.7.1
34+
rev: v4.0.1
3535
hooks:
3636
- id: validate_manifest

0 commit comments

Comments
 (0)