File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -97,12 +97,6 @@ Extensions
97
97
Other Changes
98
98
=============
99
99
100
- * Add an option ``disable-path-patching `` to better support namespace packages.
101
- This option is disabled by default as it has a trade off with being able
102
- to lint uninstalled packages.
103
-
104
- Closes #5266
105
-
106
100
* Fix ``install graphiz `` message which isn't needed for puml output format.
107
101
108
102
* ``pylint `` no longer crashes when checking assignment expressions within if-statements
Original file line number Diff line number Diff line change @@ -42,6 +42,12 @@ Extensions
42
42
Other Changes
43
43
=============
44
44
45
+ * Add an option ``disable-path-patching `` to better support namespace packages.
46
+ This option is disabled by default as it has a trade off with being able
47
+ to lint uninstalled packages.
48
+
49
+ Closes #5266
50
+
45
51
* Only raise ``not-callable `` when all the inferred values of a property are not callable.
46
52
47
53
Closes #5931
You can’t perform that action at this time.
0 commit comments