We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996b3fb commit 4dfe328Copy full SHA for 4dfe328
doc/whatsnew/1.8.rst
@@ -347,4 +347,6 @@ Other Changes
347
* Fix of false positive ``useless-else-on-loop`` message when break statements
348
are deeply nested inside loop.
349
350
-* The Python 3 porting checker no longer emits multiple `no-absolute-import` per file.
+* The Python 3 porting checker no longer emits multiple `no-absolute-import` per file.
351
+
352
+* The Python 3 porting checker respects disabled checkers found in the config file.
0 commit comments