pre-commit: Use specific version of Black

This commit is contained in:
2021-04-04 08:55:37 -05:00
parent b70aa1574e
commit 96e7a0946e

View File

@@ -1,6 +1,6 @@
repos: repos:
- repo: https://github.com/ambv/black - repo: https://github.com/ambv/black
rev: stable rev: 20.8b1
hooks: hooks:
- id: black - id: black
args: ["--check"] args: ["--check"]