diff options
author | Federico Bond <federicobond@gmail.com> | 2020-05-03 21:50:36 -0300 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2020-05-05 07:08:55 +0200 |
commit | d4c8bcd74e37d84d0c3a7e1624e49ca6dc50ae8b (patch) | |
tree | 44f6d5aded972240fd3141d93d27b7167a2c8f09 /doc | |
parent | 3fffdf03d5a32e4a0d1b5216ea9d16dacacdaa6f (diff) | |
download | pylint-git-d4c8bcd74e37d84d0c3a7e1624e49ca6dc50ae8b.tar.gz |
Add new old-style-super check to flag instances of super with default arguments
Diffstat (limited to 'doc')
-rw-r--r-- | doc/whatsnew/2.6.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/whatsnew/2.6.rst b/doc/whatsnew/2.6.rst index 92a72e3c0..c00053acd 100644 --- a/doc/whatsnew/2.6.rst +++ b/doc/whatsnew/2.6.rst @@ -13,6 +13,8 @@ Summary -- Release highlights New checkers ============ +* Add `old-style-super` check for flagging instances of Python 2 style super calls. + Other Changes ============= |