We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a62a3 commit 5d40eb2Copy full SHA for 5d40eb2
dev-requirements.txt
@@ -0,0 +1,16 @@
1
+check-manifest==0.37
2
+dodgy==0.1.9 # Look for uploaded secrets
3
+flake8-commas==2.0.0 # Require silicon valley commas
4
+flake8-quotes==1.0.0 # Require single quotes
5
+flake8==3.5.0 # Lint
6
+isort==4.3.4 # Lint imports
7
+mypy==0.620 # Type checking
8
+pip_check_reqs==2.0.3
9
+pydocstyle==2.1.1 # Lint docstrings
10
+pyenchant==2.0.0 # Bindings for a spellchecking sytem
11
+pylint==2.1.1 # Lint
12
+pyroma==2.4 # Packaging best practices checker
13
+pytest==3.8.0 # Test runners
14
+PyYAML==3.13
15
+vulture==0.29
16
+yapf==0.24.0 # Automatic formatting for Python
0 commit comments