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 b58ae83 commit 21fc89aCopy full SHA for 21fc89a
Makefile
@@ -42,5 +42,5 @@ build: test-install
42
clean:
43
rm -rf venv
44
45
-deploy:
46
- . venv/bin/activate; python deploy.py
+nopyc:
+ find . -name \*.pyc -delete
0 commit comments