diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2019-05-23 08:20:42 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2019-05-23 08:20:42 +0200 |
commit | b657df6644740e77fa167d4f95c76c4c007d2a49 (patch) | |
tree | 820f682ee3e673fa9502518ea96afc7c7a30c982 /ChangeLog | |
parent | f90b223a5ea70a0b9a52034280fe22638e6ef14d (diff) | |
download | pylint-git-b657df6644740e77fa167d4f95c76c4c007d2a49.tar.gz |
Mention the name of the new signature-mutators option
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -125,10 +125,13 @@ Release date: TBA Close #2877 -* Can choose to ignore `too-many-function-args`, `unexpected-keyword-arg`, - and `no-value-for-parameter` for functions decorated with certain decorators. +* ``signature-mutators`` option was added - Close #259 + With this option, users can choose to ignore `too-many-function-args`, `unexpected-keyword-arg`, + and `no-value-for-parameter` for functions decorated with decorators that change + the signature of a decorated function. + + Close #259 * Fixed a pragma comment on its own physical line being ignored when part of a logical line with the previous physical line. |