Skip to content

Commit

Permalink
Merge pull request #1538 from jupyter/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
mathbunnyru committed Nov 22, 2021
2 parents 6e246ea + 5afd754 commit 8e13c93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ ci:
repos:
# Autoupdate: Python code
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.0
rev: v2.29.1
hooks:
- id: pyupgrade
args: [--py39-plus]

# Autoformat: Python code
- repo: https://github.com/psf/black
rev: 21.10b0
rev: 21.11b1
hooks:
- id: black
args: [--target-version=py39]
Expand Down Expand Up @@ -60,7 +60,7 @@ repos:

# Lint: Markdown
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.29.0
rev: v0.30.0
hooks:
- id: markdownlint
args: ["--fix"]

0 comments on commit 8e13c93

Please sign in to comment.