File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,12 @@ What's New in Pylint 1.8?
8181 c-extensions.
8282 Close #1466
8383
84+ * Disabling 'wrong-import-order', 'wrong-import-position', or
85+ 'ungrouped-imports' for a single line now prevents that line from
86+ triggering violations on subsequent lines.
87+
88+ Close #1336
89+
8490What's New in Pylint 1.7.1?
8591=========================
8692
@@ -125,12 +131,6 @@ Release date: 2017-04-13
125131
126132 Close #1342
127133
128- * Disabling 'wrong-import-order', 'wrong-import-position', or
129- 'ungrouped-imports' for a single line now prevents that line from
130- triggering violations on subsequent lines.
131-
132- Close #1336
133-
134134 * Added a new error, 'used-prior-global-declaration', which is emitted when a name
135135 is used prior a global declaration in a function. This causes a SyntaxError in
136136 Python 3.6
You can’t perform that action at this time.
0 commit comments