Skip to content

Commit 9b6bd36

Browse files
chore(deps): pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/python-jsonschema/check-jsonschema: 0.26.3 → 0.29.4](python-jsonschema/check-jsonschema@0.26.3...0.29.4) - [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.6.9](astral-sh/ruff-pre-commit@v0.0.287...v0.6.9) - [github.com/psf/black: 23.7.0 → 24.10.0](psf/black@23.7.0...24.10.0) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.11.2](pre-commit/mirrors-mypy@v1.5.1...v1.11.2)
1 parent 77b32bf commit 9b6bd36

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
@@ -6,7 +6,7 @@ ci:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.4.0
9+
rev: v5.0.0
1010
hooks:
1111
- id: check-json
1212
exclude: "\\.vscode/.*.json"
@@ -16,24 +16,24 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/python-jsonschema/check-jsonschema
19-
rev: 0.26.3
19+
rev: 0.29.4
2020
hooks:
2121
- id: check-dependabot
2222
- id: check-github-workflows
2323

2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.0.287
25+
rev: v0.6.9
2626
hooks:
2727
- id: ruff
2828
args: ["--fix"]
2929

3030
- repo: https://github.com/psf/black
31-
rev: 23.7.0
31+
rev: 24.10.0
3232
hooks:
3333
- id: black
3434

3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v1.5.1
36+
rev: v1.11.2
3737
hooks:
3838
- id: mypy
3939
pass_filenames: true

0 commit comments

Comments
 (0)