Skip to content

Commit d086526

Browse files
chore: update pre-commit hooks (#30)
1 parent ecae36e commit d086526

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
@@ -14,7 +14,7 @@
1414
repos:
1515
# Autoupdate: Python code
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.19.1
17+
rev: v3.20.0
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py39-plus]
@@ -35,7 +35,7 @@ repos:
3535

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

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

0 commit comments

Comments
 (0)