Skip to content

Commit 5d40eb2

Browse files
committed
Add dev requirements
1 parent 97a62a3 commit 5d40eb2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

dev-requirements.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)