Skip to content

Commit

Permalink
Add README note about sync-pre-commit-deps (#343)
Browse files Browse the repository at this point in the history
Related to #341.

Co-authored-by: Adam Johnson <[email protected]>
  • Loading branch information
mxr and adamchainz authored Jun 29, 2024
1 parent 330e890 commit 981ee28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ Then, reformat your entire project:
pre-commit run blacken-docs --all-files
Since Black is a moving target, it’s best to pin it in ``additional_dependencies``.
Upgrade as appropriate.
Since Black is a moving target, it’s best to pin it in ``additional_dependencies``, and upgrade as appropriate.
If you have Black installed as another hook, you can automate upgrading this pinned hook using `sync-pre-commit-deps <https://github.com/pre-commit/sync-pre-commit-deps>`__.

Usage
=====
Expand Down

0 comments on commit 981ee28

Please sign in to comment.