Skip to content

Commit

Permalink
Add link to the pyproject.toml for setting up pre-commit hook (psf#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviskarkc10 authored and zsol committed Jun 6, 2019
1 parent 7ce3894 commit d410763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ Then run `pre-commit install` and you're ready to go.

Avoid using `args` in the hook. Instead, store necessary configuration
in `pyproject.toml` so that editors and command-line usage of Black all
behave consistently for your project. See *Black*'s own `pyproject.toml`
behave consistently for your project. See *Black*'s own [pyproject.toml](/pyproject.toml)
for an example.

If you're already using Python 3.7, switch the `language_version`
Expand Down

0 comments on commit d410763

Please sign in to comment.