diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2018-06-30 10:30:06 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-06-30 10:30:06 -0400 |
| commit | 24406f95ad1049c60a2ebb907d69168b6d8b42e2 (patch) | |
| tree | d51369e77dcf44a82ffe0d11239d781f5c27ce77 /Makefile | |
| parent | ef21d19ca4fe3fc0c88a1135721f2dfbc60506f3 (diff) | |
| download | python-coveragepy-git-24406f95ad1049c60a2ebb907d69168b6d8b42e2.tar.gz | |
Spelling in pylint isn't worth the difficulty of installing enchant
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -39,9 +39,6 @@ lint: todo: -grep -R --include=*.py TODO $(LINTABLE) -spell: - -pylint --disable=all --enable=spelling $(LINTABLE) - pep8: pycodestyle --filename=*.py --repeat $(LINTABLE) |
