summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-05-04 08:32:53 -0700
committerBernát Gábor <bgabor8@bloomberg.net>2019-05-04 11:32:53 -0400
commite5b523c77b133efcadbccbb2e282774f8834a1e3 (patch)
treec932825e89947ea296b26017f89e86803a07229b
parent4b29f2dad056368a3512069cb44c0a5957013fba (diff)
downloadtox-git-e5b523c77b133efcadbccbb2e282774f8834a1e3.tar.gz
Update Black URLs (#1288)
> 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
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index df0a4ed2..189d79cb 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,5 +1,5 @@
repos:
-- repo: https://github.com/ambv/black
+- repo: https://github.com/python/black
rev: 19.3b0
hooks:
- id: black
diff --git a/README.md b/README.md
index 7e643fa9..224f713e 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ status](https://dev.azure.com/toxdev/tox/_apis/build/status/tox%20ci?branchName=
[![Documentation
status](https://readthedocs.org/projects/tox/badge/?version=latest&style=flat-square)](https://tox.readthedocs.io/en/latest/?badge=latest)
[![Code style:
-black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
+black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)
<a href="https://tox.readthedocs.io">
<img src="https://raw.githubusercontent.com/tox-dev/tox/master/docs/_static/img/tox.png"