aboutsummaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index d480f6ea..55a51a54 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -5,8 +5,8 @@ repos:
hooks:
- id: reorder-python-imports
-- repo: https://github.com/ambv/black
- rev: stable
+- repo: https://github.com/psf/black
+ rev: 19.10b0
hooks:
- id: black
language_version: python3.6