Skip to content

Commit d3129b0

Browse files
Merge pull request #530 from adamtheturtle/remove-pip-lint
Remove pip lint which no longer works
2 parents 8f655bb + 9141bd8 commit d3129b0

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ lint:
77
flake8 .
88
isort --recursive --check-only
99
mypy src/ tests/ ci/
10-
pip-extra-reqs src/
11-
pip-missing-reqs src/
1210
pydocstyle
1311
pylint *.py src tests ci
1412
pyroma .

dev-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ freezegun==0.3.10 # Freeze time in tests
99
hypothesis==3.56.8 # Generate test cases
1010
isort==4.3.4 # Lint imports
1111
mypy==0.600 # Type checking
12-
pip_check_reqs==2.0.1
1312
pydocstyle==2.1.1 # Lint docstrings
1413
pyenchant==2.0.0 # Bindings for a spellchecking sytem
1514
pylint==1.8.4 # Lint

0 commit comments

Comments
 (0)