We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35606cf + 9d0a587 commit 02c53c3Copy full SHA for 02c53c3
dev-requirements.txt
@@ -6,15 +6,15 @@ dodgy==0.1.9 # Look for uploaded secrets
6
dulwich==0.19.11
7
flake8-commas==2.0.0 # Require silicon valley commas
8
flake8-quotes==1.0.0 # Require single quotes
9
-flake8==3.7.6 # Lint
+flake8==3.7.7 # Lint
10
isort==4.3.9 # Lint imports
11
mypy-mypyc==0.670 # Type checking
12
pip_check_reqs==2.0.3
13
pydocstyle==3.0.0 # Lint docstrings
14
pyenchant==2.0.0 # Bindings for a spellchecking sytem
15
pygithub==1.43.5
16
Pygments==2.3.1
17
-pylint==2.2.2 # Lint
+pylint==2.3.0 # Lint
18
pyroma==2.4 # Packaging best practices checker
19
pytest-cov==2.6.1 # Measure code coverage
20
pytest==4.3.0 # Test runners
0 commit comments