Skip to content

Commit bcea486

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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/astral-sh/ruff-pre-commit: 488940d9de1b658fac229e34c521d75a6ea476f2 → 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83](astral-sh/ruff-pre-commit@488940d...5ba58ac) - [github.com/pre-commit/mirrors-mypy: 9f70dc58c23dfcca1b97af99eaeee3140a807c7e → a66e98df7b4aeeb3724184b332785976d062b92e](pre-commit/mirrors-mypy@9f70dc5...a66e98d)
1 parent 9cdc068 commit bcea486

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ repos:
5656
args: ["--no-error-on-unmatched-pattern", "--ignore-unknown"]
5757

5858
- repo: https://github.com/igorshubovych/markdownlint-cli
59-
rev: 192ad822316c3a22fb3d3cc8aa6eafa0b8488360 # frozen: v0.45.0
59+
rev: 76b3d32d3f4b965e1d6425253c59407420ae2c43 # frozen: v0.47.0
6060
hooks:
6161
- id: markdownlint
6262
args: ["--fix"]
@@ -79,7 +79,7 @@ repos:
7979
args: ["-x"] # Check external files
8080

8181
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
82-
rev: 2773c7d04be5d0ceb075f215b6d0a4eacd4a432b # frozen: v1.7.8.24
82+
rev: 85c37735ea69e5baf0681530e57e63deee0ce733 # frozen: v1.7.10.24
8383
hooks:
8484
- id: actionlint
8585

@@ -94,7 +94,7 @@ repos:
9494
]
9595

9696
- repo: https://github.com/astral-sh/ruff-pre-commit
97-
rev: 488940d9de1b658fac229e34c521d75a6ea476f2 # frozen: v0.14.5
97+
rev: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 # frozen: v0.14.10
9898
hooks:
9999
- id: ruff
100100
args: [--fix, --exit-non-zero-on-fix, --config=pyproject.toml]
@@ -114,7 +114,7 @@ repos:
114114
entry: bash -c 'if [ ! -d .mypy_cache ]; then /bin/mkdir .mypy_cache; fi; exit 0'
115115

116116
- repo: https://github.com/pre-commit/mirrors-mypy
117-
rev: "9f70dc58c23dfcca1b97af99eaeee3140a807c7e" # frozen: v1.18.2
117+
rev: "a66e98df7b4aeeb3724184b332785976d062b92e" # frozen: v1.19.1
118118
hooks:
119119
- id: mypy
120120
verbose: true

0 commit comments

Comments
 (0)