diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2020-05-02 21:04:22 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2020-05-03 10:38:06 +0200 |
commit | 28a5c2e417ebdf239712859c9f699d602411233b (patch) | |
tree | 5fb8e955d47150e882a27aafb1dc4ae9803dbf91 /doc | |
parent | 967e0e3e13b563b252b501b45c64d38f7e916ba6 (diff) | |
download | pylint-git-28a5c2e417ebdf239712859c9f699d602411233b.tar.gz |
Update documentation for bad-whitespace removal
And take review into account see https://github.com/PyCQA/pylint/pull/3578#discussion_r419063519
Diffstat (limited to 'doc')
-rw-r--r-- | doc/whatsnew/2.6.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/whatsnew/2.6.rst b/doc/whatsnew/2.6.rst index eb18da612..6d6828718 100644 --- a/doc/whatsnew/2.6.rst +++ b/doc/whatsnew/2.6.rst @@ -16,4 +16,4 @@ New checkers Other Changes ============= -* `bad-continuation` has been removed, `black` or another formatter can help you with this better than Pylint +* `bad-continuation` and `bad-whitespace` have been removed, `black` or another formatter can help you with this better than Pylint |