diff options
author | Jon Parise <jon@indelible.org> | 2022-02-07 16:04:14 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-08 09:04:14 +0900 |
commit | 2428d4d81d964a3be83bea649c882012acd4b210 (patch) | |
tree | 7056870eb30448d47b1f95e57641024a0d2e8a9b | |
parent | 6d9399d863e6e921c87c1a95795109b872bd3925 (diff) | |
download | ale-2428d4d81d964a3be83bea649c882012acd4b210.zip |
Update the Black URL (#4057)
The Black project moved to the PSF organization some time ago. Update
its URL accordingly.
-rw-r--r-- | supported-tools.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/supported-tools.md b/supported-tools.md index 5840008d..123df579 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -456,7 +456,7 @@ formatting. * [autoimport](https://lyz-code.github.io/autoimport/) * [autopep8](https://github.com/hhatto/autopep8) * [bandit](https://github.com/PyCQA/bandit) :warning: - * [black](https://github.com/ambv/black) + * [black](https://github.com/psf/black) * [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell) * [flake8](http://flake8.pycqa.org/en/latest/) * [flakehell](https://github.com/flakehell/flakehell) |