We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9977d2c commit 2ea8237Copy full SHA for 2ea8237
Makefile
@@ -3,6 +3,8 @@ all: check test
3
check:
4
@flake8 *.py tests/*.py
5
@isort --check -q *.py tests/*.py
6
+.PHONY: check
7
8
test:
9
@py.test tests
10
+.PHONY: test
0 commit comments