Skip to content

Commit 357dcb2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: 6fec9b7edb08fd9989088709d864a7826dc74e80 → c59bba8fb259db0fec2bbb77ad8ba51ea7341b56](astral-sh/ruff-pre-commit@6fec9b7...c59bba8) - [github.com/pre-commit/mirrors-mypy: 9f70dc58c23dfcca1b97af99eaeee3140a807c7e → d2823d321df3af8f878f7ee3414dc94d037145b9](pre-commit/mirrors-mypy@9f70dc5...d2823d3) - [github.com/python-jsonschema/check-jsonschema: 943377262562a12b57292fc98fabd7dbf81451fe → 8ef330cbb7204d388aa7a620f9549bcea8009663](python-jsonschema/check-jsonschema@9433772...8ef330c)
1 parent 379f24d commit 357dcb2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: 6fec9b7edb08fd9989088709d864a7826dc74e80 # frozen: v0.15.12
7+
rev: c59bba8fb259db0fec2bbb77ad8ba51ea7341b56 # frozen: v0.15.20
88
hooks:
99
- id: ruff
1010
args: [--fix, --exit-non-zero-on-fix]
1111
- id: ruff-format
1212
# 1.18.2 is the last mypy version compatible with Python 3.9
1313
- repo: https://github.com/pre-commit/mirrors-mypy
14-
rev: 9f70dc58c23dfcca1b97af99eaeee3140a807c7e # frozen: v1.18.2
14+
rev: d2823d321df3af8f878f7ee3414dc94d037145b9 # frozen: v2.1.0
1515
hooks:
1616
- id: mypy
1717
args: [
@@ -104,7 +104,7 @@ repos:
104104
# 'git diff --staged', i.e. always passes in pre-push/manual stage.
105105
stages: [pre-commit]
106106
- repo: https://github.com/python-jsonschema/check-jsonschema
107-
rev: 943377262562a12b57292fc98fabd7dbf81451fe # frozen: 0.37.2
107+
rev: 8ef330cbb7204d388aa7a620f9549bcea8009663 # frozen: 0.37.3
108108
hooks:
109109
- id: check-github-workflows
110110
args: ["--verbose"]

0 commit comments

Comments
 (0)