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.
2 parents 6e246ea + 5afd754 commit 8e13c93Copy full SHA for 8e13c93
.pre-commit-config.yaml
@@ -5,14 +5,14 @@ ci:
5
repos:
6
# Autoupdate: Python code
7
- repo: https://github.com/asottile/pyupgrade
8
- rev: v2.29.0
+ rev: v2.29.1
9
hooks:
10
- id: pyupgrade
11
args: [--py39-plus]
12
13
# Autoformat: Python code
14
- repo: https://github.com/psf/black
15
- rev: 21.10b0
+ rev: 21.11b1
16
17
- id: black
18
args: [--target-version=py39]
@@ -60,7 +60,7 @@ repos:
60
61
# Lint: Markdown
62
- repo: https://github.com/igorshubovych/markdownlint-cli
63
- rev: v0.29.0
+ rev: v0.30.0
64
65
- id: markdownlint
66
args: ["--fix"]
0 commit comments