Skip to content

Commit 7e1a19a

Browse files
committed
Update pre-commit hooks
1 parent 94b5751 commit 7e1a19a

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.10.1
17+
rev: v3.13.0
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py39-plus]
@@ -28,7 +28,7 @@ repos:
2828

2929
# Autoformat: Python code
3030
- repo: https://github.com/psf/black
31-
rev: 23.7.0
31+
rev: 23.9.1
3232
hooks:
3333
- id: black
3434
args: [--target-version=py39]
@@ -113,7 +113,7 @@ repos:
113113

114114
# Lint: Markdown
115115
- repo: https://github.com/igorshubovych/markdownlint-cli
116-
rev: v0.36.0
116+
rev: v0.37.0
117117
hooks:
118118
- id: markdownlint
119119
args: ["--fix"]

0 commit comments

Comments
 (0)