Skip to content

Commit c282493

Browse files
[pre-commit.ci] pre-commit autoupdate (#123)
1 parent 16e4d90 commit c282493

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828

2929
# Autoformat: Python code
3030
- repo: https://github.com/psf/black-pre-commit-mirror
31-
rev: 831207fd435b47aeffdf6af853097e64322b4d44 # frozen: 25.12.0
31+
rev: ea488cebbfd88a5f50b8bd95d5c829d0bb76feb8 # frozen: 26.1.0
3232
hooks:
3333
- id: black
3434
args: [--target-version=py312]
@@ -60,7 +60,7 @@ repos:
6060

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

8484
# Lint: YAML
8585
- repo: https://github.com/adrienverge/yamllint
86-
rev: 79a6b2b1392eaf49cdd32ac4f14be1a809bbd8f7 # frozen: v1.37.1
86+
rev: cba56bcde1fdd01c1deb3f945e69764c291a6530 # frozen: v1.38.0
8787
hooks:
8888
- id: yamllint
8989
args: ["-d {extends: relaxed, rules: {line-length: disable}}", "-s"]

0 commit comments

Comments
 (0)