Skip to content

Commit 553b38d

Browse files
committed
Undo makefile changes
1 parent 3b4eb0a commit 553b38d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,18 @@ lint: \
1111
doc8 \
1212
flake8 \
1313
isort \
14+
linkcheck \
1415
mypy \
1516
pip-extra-reqs \
1617
pip-missing-reqs \
1718
pyroma \
1819
shellcheck \
20+
spelling \
1921
vulture \
2022
pylint \
2123
pydocstyle \
2224
yapf
2325

24-
# TODO add stuff back
25-
# spelling, linkcheck
26-
#
2726
.PHONY: fix-lint
2827
fix-lint:
2928
# Move imports to a single line so that autoflake can handle them.

0 commit comments

Comments
 (0)