summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-05-04 08:40:39 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2019-05-04 08:40:41 -0700
commitc3e52f306ed3b0a816c72a29a027ba70d0699891 (patch)
tree531c2a6d2e45a538be71eb4f256214b2eaaf3777
parent8941e745aa3fc8031436b28096287cfdb132bbda (diff)
downloadmarkupsafe-c3e52f306ed3b0a816c72a29a027ba70d0699891.tar.gz
Update Black URL
> Black, your uncompromising #Python code formatter, was a project > created with the community in mind from Day 1. Today we moved it under > the PSF umbrella. It's now available on GitHub under > https://github.com/python/black/ . You install and use it just like > before. https://twitter.com/llanga/status/1123980466292445190
-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