summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.0.rst
diff options
context:
space:
mode:
authorAshley Whetter <ashley@awhetter.co.uk>2018-06-02 22:48:05 -0700
committerAshley Whetter <ashley@awhetter.co.uk>2018-06-02 22:48:05 -0700
commit53b9ccaea9c351eb46f3ba7d39cfdad2e466df29 (patch)
treea69b7df53de8c121ee59a84d3e3d2db84380ee40 /doc/whatsnew/2.0.rst
parenta7da6e534805e14094e302e5b0b19b7d16972a15 (diff)
downloadpylint-git-53b9ccaea9c351eb46f3ba7d39cfdad2e466df29.tar.gz
Fixed emitting ``useless-super-delegation`` when changing the default value of keyword arguments
Closes #2022
Diffstat (limited to 'doc/whatsnew/2.0.rst')
-rw-r--r--doc/whatsnew/2.0.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/whatsnew/2.0.rst b/doc/whatsnew/2.0.rst
index bc7af65bd..e753d8d18 100644
--- a/doc/whatsnew/2.0.rst
+++ b/doc/whatsnew/2.0.rst
@@ -242,3 +242,5 @@ Other Changes
a = 1 # type: List[Any]
* Fix false positive ``line-too-long`` for commented lines at the end of module
+
+* Fix emitting ``useless-super-delegation`` when changing the default value of keyword arguments.