You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ What's New in Pylint 2.5.0?
7
7
8
8
Release date: TBA
9
9
10
+
* Introduces map/reduce concept for checkers that need to consolodate data across files after runs fixing certain catergories of multithreaded bug, e.g. SimilarChecker wih --jobs>1.
11
+
12
+
Close #3314
10
13
11
14
* Adjust the `invalid-name` rule to work with non-ASCII identifiers and add the `non-ascii-name` rule.
0 commit comments