Skip to content

Commit f5e421f

Browse files
committed
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
1 parent 6605dd0 commit f5e421f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/pylintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
# TODO: What could be eliminated in future PRs: invalid-name, pointless-string-statement, redefined-outer-name.
1818
disable=
1919
bad-indentation,
20-
bad-whitespace,
2120
duplicate-code,
2221
invalid-name,
2322
missing-docstring,

0 commit comments

Comments
 (0)