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 7e56f8d commit 09fb2e7Copy full SHA for 09fb2e7
Makefile
@@ -28,7 +28,7 @@ clean-pyc: ## remove Python file artifacts
28
find . -name '*~' -exec rm -f {} +
29
30
lint: ## check style with flake8
31
- flake8 django_db_comments tests
+ pre-commit run
32
33
test: ## run tests quickly with the default Python
34
python runtests.py tests
requirements_dev.txt
@@ -1,3 +1,4 @@
1
bumpversion==0.5.3
2
twine==4.0.0
3
wheel==0.30.0
4
+pre-commit
0 commit comments