Skip to content

Commit 5c6c5a3

Browse files
chore(deps): pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/python-jsonschema/check-jsonschema: 0.26.3 → 0.27.4](python-jsonschema/check-jsonschema@0.26.3...0.27.4) - [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.2.0](astral-sh/ruff-pre-commit@v0.0.287...v0.2.0) - [github.com/psf/black: 23.7.0 → 24.1.1](psf/black@23.7.0...24.1.1) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.8.0](pre-commit/mirrors-mypy@v1.5.1...v1.8.0)
1 parent 77b32bf commit 5c6c5a3

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: v4.5.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.27.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.2.0
2626
hooks:
2727
- id: ruff
2828
args: ["--fix"]
2929

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

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

0 commit comments

Comments
 (0)