Skip to content

Commit

Permalink
Merge pull request #2572 from SnoopJ/chore/lint-specific-dirs
Browse files Browse the repository at this point in the history
make: run flake8 on specific directories
  • Loading branch information
dgw authored Dec 2, 2023
2 parents 7be94c3 + 6c1756b commit 5f860bb
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 @@ -5,7 +5,7 @@ qa: lint test coverages
lint: lint-style lint-type

lint-style:
flake8
flake8 sopel/ test/

lint-type:
mypy --check-untyped-defs sopel
Expand Down

0 comments on commit 5f860bb

Please sign in to comment.