Skip to content

Commit

Permalink
Makefile: Run flake8 on contrib/ folder, too
Browse files Browse the repository at this point in the history
  • Loading branch information
ix5 committed Mar 21, 2022
1 parent 1724b89 commit d8d595f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ init:
npm install

flakes:
flake8 isso/ --count --max-line-length=127 --show-source --statistics
flake8 isso/ contrib/ --count --max-line-length=127 --show-source --statistics

# Note: It doesn't make sense to split up configs by output file with
# webpack, just run everything at once
Expand Down

0 comments on commit d8d595f

Please sign in to comment.