Skip to content

Commit 6dac300

Browse files
Tidy up 3.0 fragments (#9057)
1 parent 2d85a39 commit 6dac300

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

doc/whatsnew/fragments/6871.user_action

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@ The compare to empty string checker (``pylint.extensions.emptystring``) and the
22
zero checker (``pylint.extensions.compare-to-zero``) have been removed and their checks are
33
now part of the implicit booleaness checker:
44

5-
``compare-to-zero`` was renamed ``use-implicit-booleaness-not-comparison-to-zero`` and
6-
``compare-to-empty-string`` was renamed ``use-implicit-booleaness-not-comparison-to-string``
7-
and they now need to be enabled explicitly.
5+
- ``compare-to-zero`` was renamed ``use-implicit-booleaness-not-comparison-to-zero`` and
6+
``compare-to-empty-string`` was renamed ``use-implicit-booleaness-not-comparison-to-string``
7+
and they now need to be enabled explicitly.
88

9-
The ``pylint.extensions.emptystring`` and ``pylint.extensions.compare-to-zero`` extensions
10-
no longer exist and need to be removed from the ``load-plugins`` option.
9+
- The ``pylint.extensions.emptystring`` and ``pylint.extensions.compare-to-zero`` extensions
10+
no longer exist and need to be removed from the ``load-plugins`` option.
1111

12-
Messages related to implicit booleaness were made more explicit and actionable.
13-
14-
This permits to make their likeness explicit and will provide better performance as they share most of their
15-
conditions to be raised.
12+
- Messages related to implicit booleaness were made more explicit and actionable.
13+
This permits to make their likeness explicit and will provide better performance as they
14+
share most of their conditions to be raised.
1615

1716
Closes #6871

doc/whatsnew/fragments/8411.user_action

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The 'overgeneral-exceptions' option now only takes fully qualified names
1+
The ``overgeneral-exceptions`` option now only takes fully qualified names
22
into account (``builtins.Exception`` not ``Exception``). If you overrode
33
this option, you need to use the fully qualified name now.
44

0 commit comments

Comments
 (0)