We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b5751 commit 7e1a19aCopy full SHA for 7e1a19a
.pre-commit-config.yaml
@@ -14,7 +14,7 @@
14
repos:
15
# Autoupdate: Python code
16
- repo: https://github.com/asottile/pyupgrade
17
- rev: v3.10.1
+ rev: v3.13.0
18
hooks:
19
- id: pyupgrade
20
args: [--py39-plus]
@@ -28,7 +28,7 @@ repos:
28
29
# Autoformat: Python code
30
- repo: https://github.com/psf/black
31
- rev: 23.7.0
+ rev: 23.9.1
32
33
- id: black
34
args: [--target-version=py39]
@@ -113,7 +113,7 @@ repos:
113
114
# Lint: Markdown
115
- repo: https://github.com/igorshubovych/markdownlint-cli
116
- rev: v0.36.0
+ rev: v0.37.0
117
118
- id: markdownlint
119
args: ["--fix"]
0 commit comments