summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2019-05-06 10:16:46 -0400
committerGitHub <noreply@github.com>2019-05-06 10:16:46 -0400
commit33a957b7780fd202f16f52ffe64401b470bf4efe (patch)
tree531c2a6d2e45a538be71eb4f256214b2eaaf3777
parent8941e745aa3fc8031436b28096287cfdb132bbda (diff)
parentc3e52f306ed3b0a816c72a29a027ba70d0699891 (diff)
downloadmarkupsafe-33a957b7780fd202f16f52ffe64401b470bf4efe.tar.gz
Merge pull request #110 from jdufresne/new-black
Update Black URL
-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