From 4980369e6dcee8929b881dc9ec365523cd8d82b3 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sat, 12 Sep 2020 12:06:22 +0200 Subject: Remove unsecable whitespace in the whole codebase --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 8fc75268d..9ea794983 100644 --- a/tox.ini +++ b/tox.ini @@ -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/ \ -- cgit v1.2.1