Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 4, 2023
1 parent 214c460 commit 3226470
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions CHANGES.md
Expand Up @@ -43,9 +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.

### Documentation

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 3226470

Please sign in to comment.