File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 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
+ This release is the last one to support python 3.6.2 whose end of life was reached in december 2021.
22
+
11
23
New checkers
12
24
============
13
25
You can’t perform that action at this time.
0 commit comments