Merge pull request #1538 from jupyter/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Ayaz Salikhov
2021-11-23 00:06:14 +03:00
committed by GitHub

View File

@@ -5,14 +5,14 @@ ci:
repos: repos:
# Autoupdate: Python code # Autoupdate: Python code
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v2.29.0 rev: v2.29.1
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py39-plus] args: [--py39-plus]
# Autoformat: Python code # Autoformat: Python code
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 21.10b0 rev: 21.11b1
hooks: hooks:
- id: black - id: black
args: [--target-version=py39] args: [--target-version=py39]
@@ -60,7 +60,7 @@ repos:
# Lint: Markdown # Lint: Markdown
- repo: https://github.com/igorshubovych/markdownlint-cli - repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.29.0 rev: v0.30.0
hooks: hooks:
- id: markdownlint - id: markdownlint
args: ["--fix"] args: ["--fix"]