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: doc/whatsnew/2.13.rst
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,29 @@
3
3
***************************
4
4
5
5
:Release: 2.13
6
-
:Date:TBA
6
+
:Date:2022-03-24
7
7
8
8
Summary -- Release highlights
9
9
=============================
10
10
11
+
In 2.13, we introduced a new check to deal with unicode security issues. On top of that a lot of work was
12
+
done inside the unicode checker by @CarliJoy. We also introduced a new check when importing private name
13
+
and for unnecessary ellipsis among other.
14
+
15
+
We fixed long standing issues related to duplicate code that could not be disabled, line numbers
16
+
that were not accurate some of the time, and added the ability to lint all files in a directory without
17
+
specifying each one. One of the most anticipated issue from the repository. Thank you @matusvalo !
18
+
19
+
A lot of ``undefined-variables`` and ``used-before-assignment`` issues were resolved thanks to @jacobtylerwalls.
20
+
21
+
We started integrating ``pylint-error`` the documentation created by @vald-phoenix a developer from Hlyniane,
22
+
Ukraine. We hope he's doing well despite the current situation. The deployment is set up but `there's still a lot to do so we welcome any community effort
23
+
help to review, integrate, and add good/bad examples <https://github.com/PyCQA/pylint/issues/5953>`_. This should be doable
24
+
without any pylint or astroid knowledge, so this is the perfect entrypoint if you want to contribute
25
+
to pylint without investing any time learning the internals.
26
+
27
+
This release is the last one to support interpreter below 3.7.2, 3.6 end of life was reached in december 2021.
0 commit comments