Skip to content
This repository was archived by the owner on Jul 10, 2026. It is now read-only.

Commit a339109

Browse files
Chore: pre-commit autoupdate
Signed-off-by: pre-commit-ci[bot] <pre-commit-ci@users.noreply.github.com> updates: - [github.com/astral-sh/ruff-pre-commit: 488940d9de1b658fac229e34c521d75a6ea476f2 → 6ce4b4fc349b8881cbce40207dac3bf78824a88e](astral-sh/ruff-pre-commit@488940d...6ce4b4f) - [github.com/pre-commit/mirrors-mypy: 9f70dc58c23dfcca1b97af99eaeee3140a807c7e → a66e98df7b4aeeb3724184b332785976d062b92e](pre-commit/mirrors-mypy@9f70dc5...a66e98d) - [github.com/igorshubovych/markdownlint-cli: 192ad822316c3a22fb3d3cc8aa6eafa0b8488360 → 76b3d32d3f4b965e1d6425253c59407420ae2c43](igorshubovych/markdownlint-cli@192ad82...76b3d32) - [github.com/Mateusz-Grzelinski/actionlint-py: 2773c7d04be5d0ceb075f215b6d0a4eacd4a432b → 85c37735ea69e5baf0681530e57e63deee0ce733](Mateusz-Grzelinski/actionlint-py@2773c7d...85c3773) - [github.com/python-jsonschema/check-jsonschema.git: 16a6ad2fead09286ee6eb6b0a3fab55655a6c22a → b035497fb64e3f9faa91e833331688cc185891e6](https://github.com/python-jsonschema/check-jsonschema.git/compare/16a6ad2fead09286ee6eb6b0a3fab55655a6c22a...b035497fb64e3f9faa91e833331688cc185891e6) - [github.com/modeseven-lfit/gha-workflow-linter: 6e25590048a9b9c49d81656586dd083f47bb4f93 → 100fffb1dffb802767871aae69687b165e4bf782](lfreleng-actions/gha-workflow-linter@6e25590...100fffb)
1 parent cd887fa commit a339109

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ repos:
5151
types: [yaml]
5252

5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: 488940d9de1b658fac229e34c521d75a6ea476f2 # frozen: v0.14.5
54+
rev: 6ce4b4fc349b8881cbce40207dac3bf78824a88e # frozen: v0.14.11
5555
hooks:
5656
- id: ruff
5757
files: ^(src|tests|scripts)/.+\.py$
@@ -60,7 +60,7 @@ repos:
6060
files: ^(src|tests|scripts)/.+\.py$
6161

6262
- repo: https://github.com/pre-commit/mirrors-mypy
63-
rev: 9f70dc58c23dfcca1b97af99eaeee3140a807c7e # frozen: v1.18.2
63+
rev: a66e98df7b4aeeb3724184b332785976d062b92e # frozen: v1.19.1
6464
hooks:
6565
- id: mypy
6666
additional_dependencies: [types-requests]
@@ -77,7 +77,7 @@ repos:
7777
- id: shellcheck
7878

7979
- repo: https://github.com/igorshubovych/markdownlint-cli
80-
rev: 192ad822316c3a22fb3d3cc8aa6eafa0b8488360 # frozen: v0.45.0
80+
rev: 76b3d32d3f4b965e1d6425253c59407420ae2c43 # frozen: v0.47.0
8181
hooks:
8282
- id: markdownlint
8383
args: ["--fix"]
@@ -90,7 +90,7 @@ repos:
9090
# Replaces: https://github.com/rhysd/actionlint
9191
# Permits actionlint to run both locally and with precommit.ci/GitHub
9292
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
93-
rev: 2773c7d04be5d0ceb075f215b6d0a4eacd4a432b # frozen: v1.7.8.24
93+
rev: 85c37735ea69e5baf0681530e57e63deee0ce733 # frozen: v1.7.10.24
9494
hooks:
9595
- id: actionlint
9696

@@ -102,7 +102,7 @@ repos:
102102
args: ["--ignore-words=.codespell"]
103103

104104
- repo: https://github.com/python-jsonschema/check-jsonschema.git
105-
rev: 16a6ad2fead09286ee6eb6b0a3fab55655a6c22a # frozen: 0.35.0
105+
rev: b035497fb64e3f9faa91e833331688cc185891e6 # frozen: 0.36.0
106106
hooks:
107107
- id: check-github-actions
108108
- id: check-github-workflows
@@ -117,7 +117,7 @@ repos:
117117
- id: check-readthedocs
118118

119119
- repo: https://github.com/modeseven-lfit/gha-workflow-linter
120-
rev: 6e25590048a9b9c49d81656586dd083f47bb4f93 # frozen: v0.1.11
120+
rev: 100fffb1dffb802767871aae69687b165e4bf782 # frozen: v0.1.13
121121
hooks:
122122
- id: gha-workflow-linter
123123
args: [lint, .]

0 commit comments

Comments
 (0)