mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-20 16:53:59 +00:00
Fix black editor link (#1201)
This commit is contained in:
@ -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).
|
||||
|
Reference in New Issue
Block a user