Skip to content

Commit

Permalink
Make pre-commit image a link to the image itself
Browse files Browse the repository at this point in the history
  • Loading branch information
gcapes committed Nov 4, 2022
1 parent c70577a commit 163c38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/pre-commit.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This installs the hook at `.git/hooks/pre-commit`, and the tools in an environme

I found the pre-commit workflow above on a [blog](https://ljvmiranda921.github.io/notebook/2018/06/21/precommits-using-black-and-flake8/) and it works like this:

![black then flake8 diagram](https://ljvmiranda921.github.io/assets/png/tuts/precommit_pipeline.png)
[![black then flake8 diagram](https://ljvmiranda921.github.io/assets/png/tuts/precommit_pipeline.png)](https://ljvmiranda921.github.io/assets/png/tuts/precommit_pipeline.png)

## Non-standard configuration of flake8

Expand Down

0 comments on commit 163c38c

Please sign in to comment.