summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.6.rst
blob: 5ab2028c163e61171fa7ba133b6f99a6bcc3a820 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
**************************
 What's New in Pylint 2.6
**************************

:Release: 2.6
:Date: TBA


Summary -- Release highlights
=============================


New checkers
============

* Add `super-with-arguments` check for flagging instances of Python 2 style super calls.

Other Changes
=============

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

* The `no-space-check` option has been removed, it's no longer possible to consider empty line like a `trailing-whitespace` by using clever options.

* `mixed-indentation` has been removed, it is no longer useful since TabError is included directly in python3