pylintrc: Remove bad-whitespace form the list of disabled warnings

- pylint complains that it's not a valid value and removing it does not make any new warnings appear
This commit is contained in:
Kamil Śliwak 2022-06-01 20:32:13 +02:00
parent 6605dd084a
commit f5e421ff91

View File

@ -17,7 +17,6 @@
# TODO: What could be eliminated in future PRs: invalid-name, pointless-string-statement, redefined-outer-name.
disable=
bad-indentation,
bad-whitespace,
duplicate-code,
invalid-name,
missing-docstring,