Skip to content

Commit f6a625b

Browse files
Chore: pre-commit autoupdate
1 parent 02350a9 commit f6a625b

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: 76b3d32d3f4b965e1d6425253c59407420ae2c43 # frozen: v0.47.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: 381d5e68de9fe958938da811f2e094a8f90e8195 # frozen: v1.7.9.24
82+
rev: 381d5e68de9fe958938da811f2e094a8f90e8195 # frozen: v1.7.9.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: d96cc7adddf7d15b77f99dbd5d20e037dfd1b29c # frozen: v0.14.9
97+
rev: d96cc7adddf7d15b77f99dbd5d20e037dfd1b29c # frozen: v0.14.9
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: "a66e98df7b4aeeb3724184b332785976d062b92e" # frozen: v1.19.1
117+
rev: "a66e98df7b4aeeb3724184b332785976d062b92e" # frozen: v1.19.1
118118
hooks:
119119
- id: mypy
120120
verbose: true

0 commit comments

Comments
 (0)