Switch Black link to documentation.
This commit is contained in:
parent
76d6a69f5a
commit
3cce18919c
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
@ -382,9 +382,9 @@ the following deviations from it:
|
||||||
* Within multiline constructs, use standard four-space indentation. Don't align
|
* Within multiline constructs, use standard four-space indentation. Don't align
|
||||||
indentation with an opening delimeter.
|
indentation with an opening delimeter.
|
||||||
|
|
||||||
borgmatic code uses the [Black](https://github.com/ambv/black) code formatter,
|
borgmatic code uses the [Black](https://black.readthedocs.io/en/stable/) code
|
||||||
so some additional code style requirements will be enforced as well. See the
|
formatter, so some additional code style requirements will be enforced as
|
||||||
Black documentation for more information.
|
well. See the Black documentation for more information.
|
||||||
|
|
||||||
|
|
||||||
### Development
|
### Development
|
||||||
|
@ -441,8 +441,9 @@ Note that while running borgmatic itself only requires Python 3+, running
|
||||||
borgmatic's tests require Python 3.6+.
|
borgmatic's tests require Python 3.6+.
|
||||||
|
|
||||||
If when running tests, you get an error from the
|
If when running tests, you get an error from the
|
||||||
[Black](https://github.com/ambv/black) code formatter about files that would
|
[Black](https://black.readthedocs.io/en/stable/) code formatter about files
|
||||||
be reformatted, you can ask Black to format them for you via the following:
|
that would be reformatted, you can ask Black to format them for you via the
|
||||||
|
following:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
tox -e black
|
tox -e black
|
||||||
|
|
Loading…
Reference in a new issue