Skip to content

Commit d693446

Browse files
ci: pre-commit autoupdate (#4346)
* ci: pre-commit autoupdate updates: - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1) - [github.com/python-jsonschema/check-jsonschema: 0.35.0 → 0.36.0](python-jsonschema/check-jsonschema@0.35.0...0.36.0) * chore: adding changelog file 4346.maintenance.md [dependabot-skip] --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent f9ff46d commit d693446

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)