Skip to content

Commit 505ba91

Browse files
Chore: pre-commit autoupdate
1 parent d09ec40 commit 505ba91

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: c8fd5003603dd6f12447314ecd935ba87c09aff5 # frozen: v0.46.0
59+
rev: c8fd5003603dd6f12447314ecd935ba87c09aff5 # frozen: v0.46.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: 36243b70e5ce219623c3503f5afba0f8c96fda55 # frozen: v0.14.7
97+
rev: 36243b70e5ce219623c3503f5afba0f8c96fda55 # frozen: v0.14.7
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: "c2738302f5cf2bfb559c1f210950badb133613ea" # frozen: v1.19.0
117+
rev: "c2738302f5cf2bfb559c1f210950badb133613ea" # frozen: v1.19.0
118118
hooks:
119119
- id: mypy
120120
verbose: true

0 commit comments

Comments
 (0)