From 3cce18919c2576d4f5f7566375dca0eef200c573 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 29 Sep 2018 22:46:34 -0700 Subject: [PATCH] Switch Black link to documentation. --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e4016f3b..7f9eb3d6 100644 --- a/README.md +++ b/README.md @@ -382,9 +382,9 @@ the following deviations from it: * Within multiline constructs, use standard four-space indentation. Don't align indentation with an opening delimeter. -borgmatic code uses the [Black](https://github.com/ambv/black) code formatter, -so some additional code style requirements will be enforced as well. See the -Black documentation for more information. +borgmatic code uses the [Black](https://black.readthedocs.io/en/stable/) code +formatter, so some additional code style requirements will be enforced as +well. See the Black documentation for more information. ### Development @@ -441,8 +441,9 @@ Note that while running borgmatic itself only requires Python 3+, running borgmatic's tests require Python 3.6+. If when running tests, you get an error from the -[Black](https://github.com/ambv/black) code formatter about files that would -be reformatted, you can ask Black to format them for you via the following: +[Black](https://black.readthedocs.io/en/stable/) code formatter about files +that would be reformatted, you can ask Black to format them for you via the +following: ```bash tox -e black