Skip to content

Commit 2aaf15c

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions-321af8a0de
2 parents b2380ba + d693446 commit 2aaf15c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
args: [ "-x"]
2020

2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: v1.19.0
22+
rev: v1.19.1
2323
hooks:
2424
- id: mypy
2525
args: [ --follow-imports=silent, --config-file=pyproject.toml]
@@ -90,7 +90,7 @@ repos:
9090

9191
# this validates our github workflow files
9292
- repo: https://github.com/python-jsonschema/check-jsonschema
93-
rev: 0.35.0
93+
rev: 0.36.0
9494
hooks:
9595
- id: check-github-workflows
9696

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pre-commit autoupdate

0 commit comments

Comments
 (0)