Skip to content

Commit c2ff06c

Browse files
chore: update pre-commit hooks (#31)
1 parent d086526 commit c2ff06c

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
@@ -35,7 +35,7 @@ repos:
3535

3636
# Check python code static typing
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.16.0
38+
rev: v1.16.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.5.3
54+
rev: v3.6.2
5555
hooks:
5656
- id: prettier
5757

@@ -65,7 +65,7 @@ repos:
6565

6666
# Lint: Python
6767
- repo: https://github.com/PyCQA/flake8
68-
rev: 7.2.0
68+
rev: 7.3.0
6969
hooks:
7070
- id: flake8
7171

0 commit comments

Comments
 (0)