Skip to content

Commit 16e4d90

Browse files
[pre-commit.ci] pre-commit autoupdate (#122)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b8536e9 commit 16e4d90

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
@@ -28,14 +28,14 @@ repos:
2828

2929
# Autoformat: Python code
3030
- repo: https://github.com/psf/black-pre-commit-mirror
31-
rev: 2892f1f81088477370d4fbc56545c05d33d2493f # frozen: 25.11.0
31+
rev: 831207fd435b47aeffdf6af853097e64322b4d44 # frozen: 25.12.0
3232
hooks:
3333
- id: black
3434
args: [--target-version=py312]
3535

3636
# Check python code static typing
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: c2738302f5cf2bfb559c1f210950badb133613ea # frozen: v1.19.0
38+
rev: a66e98df7b4aeeb3724184b332785976d062b92e # frozen: v1.19.1
3939
hooks:
4040
- id: mypy
4141
args: [--config, ./mypy.ini]
@@ -60,7 +60,7 @@ repos:
6060

6161
# Autoformat: YAML, JSON, Markdown, etc.
6262
- repo: https://github.com/rbubley/mirrors-prettier
63-
rev: 3c603eae8faac85303ae675fd33325cff699a797 # frozen: v3.7.3
63+
rev: 14abee445aea04b39069c19b4bd54efff6775819 # frozen: v3.7.4
6464
hooks:
6565
- id: prettier
6666
exclude: "{{cookiecutter.stack_name}}/.github/workflows/docker.yml"
@@ -97,7 +97,7 @@ repos:
9797

9898
# Lint: Markdown
9999
- repo: https://github.com/DavidAnson/markdownlint-cli2
100-
rev: a95dde803518e8b723480f182c87bfb1d243d742 # frozen: v0.19.1
100+
rev: 7339935a3036f096ee0d7f1f047a9ec41707d4c1 # frozen: v0.20.0
101101
hooks:
102102
- id: markdownlint-cli2
103103
args: [--fix]

0 commit comments

Comments
 (0)