We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4eb0a commit 553b38dCopy full SHA for 553b38d
Makefile
@@ -11,19 +11,18 @@ lint: \
11
doc8 \
12
flake8 \
13
isort \
14
+ linkcheck \
15
mypy \
16
pip-extra-reqs \
17
pip-missing-reqs \
18
pyroma \
19
shellcheck \
20
+ spelling \
21
vulture \
22
pylint \
23
pydocstyle \
24
yapf
25
-# TODO add stuff back
-# spelling, linkcheck
26
-#
27
.PHONY: fix-lint
28
fix-lint:
29
# Move imports to a single line so that autoflake can handle them.
0 commit comments