Skip to content

Commit

Permalink
Execute 'pre-commit run --all-files' on 'make fmt' (#5140) (#5142)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
  • Loading branch information
aio-libs-github-bot[bot] and asvetlov authored Oct 25, 2020
1 parent fa56a44 commit 5d1a84f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ isort:
fmt format:
isort $(SRC)
black $(SRC)
pre-commit run --all-files


.PHONY: flake
Expand Down

0 comments on commit 5d1a84f

Please sign in to comment.