Skip to content

Commit 4116d38

Browse files
chore: update pre-commit hooks (#45)
1 parent 8713b5b commit 4116d38

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
31-
rev: 25.11.0
31+
rev: 25.12.0
3232
hooks:
3333
- id: black
3434
args: [--target-version=py39]
3535

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

5252
# Autoformat: YAML, JSON, Markdown, etc.
5353
- repo: https://github.com/rbubley/mirrors-prettier
54-
rev: v3.7.3
54+
rev: v3.7.4
5555
hooks:
5656
- id: prettier
5757

@@ -71,7 +71,7 @@ repos:
7171

7272
# Lint: Markdown
7373
- repo: https://github.com/igorshubovych/markdownlint-cli
74-
rev: v0.46.0
74+
rev: v0.47.0
7575
hooks:
7676
- id: markdownlint
7777
args: ["--fix"]

0 commit comments

Comments
 (0)