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 20, 2022
1 parent df5e97b commit b7d8dfe
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 @@ -42,7 +42,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 b7d8dfe

Please sign in to comment.