From 5a0680874b9a02376a2630df1a6cf1fe34316932 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 4 May 2019 08:04:27 -0700 Subject: [PATCH] Update Black URLs > 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 --- .pre-commit-config.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index df0a4ed2b..189d79cb1 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 7e643fa92..224f713e0 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)