summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 6a86504..807efa2 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -4,7 +4,7 @@ repos:
hooks:
- id: reorder-python-imports
args: ["--application-directories", "src"]
- - repo: https://github.com/ambv/black
+ - repo: https://github.com/python/black
rev: 18.9b0
hooks:
- id: black