Merge pull request #3842 from pallets/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Grey Li 2020-11-24 10:51:40 +08:00 committed by GitHub
commit 28a3eb106c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ repos:
name: Reorder Python imports (src, tests)
files: "^(?!examples/)"
args: ["--application-directories", "src"]
- repo: https://github.com/python/black
- repo: https://github.com/psf/black
rev: 20.8b1
hooks:
- id: black