We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f655bb + 9141bd8 commit d3129b0Copy full SHA for d3129b0
Makefile
@@ -7,8 +7,6 @@ lint:
7
flake8 .
8
isort --recursive --check-only
9
mypy src/ tests/ ci/
10
- pip-extra-reqs src/
11
- pip-missing-reqs src/
12
pydocstyle
13
pylint *.py src tests ci
14
pyroma .
dev-requirements.txt
@@ -9,7 +9,6 @@ freezegun==0.3.10 # Freeze time in tests
hypothesis==3.56.8 # Generate test cases
isort==4.3.4 # Lint imports
mypy==0.600 # Type checking
-pip_check_reqs==2.0.1
pydocstyle==2.1.1 # Lint docstrings
pyenchant==2.0.0 # Bindings for a spellchecking sytem
15
pylint==1.8.4 # Lint
0 commit comments