We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875ccf2 commit 9a74b16Copy full SHA for 9a74b16
Makefile
@@ -0,0 +1,8 @@
1
+test:
2
+ pytest --tb=short
3
+
4
+watch-tests:
5
+ ls *.py | entr pytest --tb=short
6
7
+black:
8
+ black -l 86 $$(find * -name '*.py')
0 commit comments