Skip to content

Commit 8e13c93

Browse files
authored
Merge pull request #1538 from jupyter/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 6e246ea + 5afd754 commit 8e13c93

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
@@ -5,14 +5,14 @@ ci:
55
repos:
66
# Autoupdate: Python code
77
- repo: https://github.com/asottile/pyupgrade
8-
rev: v2.29.0
8+
rev: v2.29.1
99
hooks:
1010
- id: pyupgrade
1111
args: [--py39-plus]
1212

1313
# Autoformat: Python code
1414
- repo: https://github.com/psf/black
15-
rev: 21.10b0
15+
rev: 21.11b1
1616
hooks:
1717
- id: black
1818
args: [--target-version=py39]
@@ -60,7 +60,7 @@ repos:
6060

6161
# Lint: Markdown
6262
- repo: https://github.com/igorshubovych/markdownlint-cli
63-
rev: v0.29.0
63+
rev: v0.30.0
6464
hooks:
6565
- id: markdownlint
6666
args: ["--fix"]

0 commit comments

Comments
 (0)