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

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Erik Sundell
2021-07-20 02:12:13 +02:00
committed by GitHub

View File

@@ -5,7 +5,7 @@ ci:
repos:
# Autoformat: Python code
- repo: https://github.com/psf/black
rev: 21.6b0
rev: 21.7b0
hooks:
- id: black
args: [--target-version=py39]