Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Aug 4, 2023
1 parent 214c460 commit f82ed03
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions CHANGES.md
Expand Up @@ -43,10 +43,11 @@
### Integrations

<!-- For example, Docker, GitHub Actions, pre-commit, editors -->
- Black now has an [official pre-commit mirror](https://github.com/psf/black-pre-commit-mirror).
Swapping `https://github.com/psf/black` to `https://github.com/psf/black-pre-commit-mirror`
in your `.pre-commit-config.yaml` will make Black about 2x faster.

- Black now has an
[official pre-commit mirror](https://github.com/psf/black-pre-commit-mirror). Swapping
`https://github.com/psf/black` to `https://github.com/psf/black-pre-commit-mirror` in
your `.pre-commit-config.yaml` will make Black about 2x faster (#3828)
### Documentation

<!-- Major changes to documentation and policies. Small docs changes
Expand Down
8 changes: 4 additions & 4 deletions docs/integrations/source_version_control.md
Expand Up @@ -20,10 +20,10 @@ repos:

Feel free to switch out the `rev` value to a different version of Black.

Note if you'd like to use a specific commit in `rev`, you'll need to swap
the repo specified from the mirror to https://github.com/psf/black.
We discourage the use of branches or other mutable refs since the hook
[won't auto update as you may expect][pre-commit-mutable-rev].
Note if you'd like to use a specific commit in `rev`, you'll need to swap the repo
specified from the mirror to https://github.com/psf/black. We discourage the use of
branches or other mutable refs since the hook [won't auto update as you may
expect][pre-commit-mutable-rev].

## Jupyter Notebooks

Expand Down

0 comments on commit f82ed03

Please sign in to comment.