From 3f7798129a17c9b6d914dc8f0984146d39c63152 Mon Sep 17 00:00:00 2001 From: Jeff Rescignano Date: Sun, 30 Jan 2022 23:40:15 -0500 Subject: [PATCH] Fix black editor link (#1201) --- blog/2019-07-31-black.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2019-07-31-black.md b/blog/2019-07-31-black.md index c5e4242a..6f59c87f 100644 --- a/blog/2019-07-31-black.md +++ b/blog/2019-07-31-black.md @@ -19,4 +19,4 @@ pip install pre-commit pre-commit install ``` -`pre-commit` does not change your files, but merely confirms that the changed files are formatted by Black. We suggest that you set up your editor to automatically format files with Black when you hit save. Instructions for various editors can be found [here](https://github.com/psf/black#editor-integration). +`pre-commit` does not change your files, but merely confirms that the changed files are formatted by Black. We suggest that you set up your editor to automatically format files with Black when you hit save. Instructions for various editors can be found [here](https://black.readthedocs.io/en/stable/integrations/editors.html).