Skip to content

Commit f5c8d58

Browse files
Update changelog for mixed-indentation removal
Python3 raises: TabError: inconsistent use of tabs and spaces in indentation
1 parent 699186a commit f5c8d58

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog

+5-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ Release date: TBA
3636

3737
* bad-continuation and bad-whitespace have been removed, black or another formatter can help you with this better than Pylint
3838

39-
Close #246, #289, #638, #747, #1148, #1179, #1943, #2041, #2301, #2304, #2944, #3565
39+
Close #246, #289, #638, #747, #1148, #1179, #1943, #2041, #2301, #2304, #2944, #3565
40+
41+
* mixed-indentation has been removed as python3 will raise a `TabError: inconsistent use of tabs and spaces in indentation` anyway
42+
43+
Close #2984 #3573
4044

4145
What's New in Pylint 2.5.0?
4246
===========================

doc/whatsnew/2.6.rst

+2
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ Other Changes
1717
=============
1818

1919
* `bad-continuation` and `bad-whitespace` have been removed, black or another formatter can help you with this better than Pylint
20+
21+
* `mixed-indentation` has been removed, it became a TabError in python3

0 commit comments

Comments
 (0)