diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2020-09-12 12:06:22 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2020-09-12 16:19:57 +0200 |
commit | 4980369e6dcee8929b881dc9ec365523cd8d82b3 (patch) | |
tree | 5cd0664abf898e17fbdda2038bc704d417a5e662 /tox.ini | |
parent | 5405dd5115d598fa69e49538d50ec79202b1b52e (diff) | |
download | pylint-git-4980369e6dcee8929b881dc9ec365523cd8d82b3.tar.gz |
Remove unsecable whitespace in the whole codebase
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ deps = git+https://github.com/pycqa/astroid@master pytest commands = - # This would be greatly simplified by a solution for https://github.com/PyCQA/pylint/issues/352 + # This would be greatly simplified by a solution for https://github.com/PyCQA/pylint/issues/352 pylint -rn --rcfile={toxinidir}/pylintrc --load-plugins=pylint.extensions.docparams, pylint.extensions.mccabe \ {toxinidir}/pylint \ {toxinidir}/tests/message/ \ |