diff options
author | John L. Villalovos <john@sodarock.com> | 2022-06-26 17:11:21 -0700 |
---|---|---|
committer | John L. Villalovos <john@sodarock.com> | 2022-06-26 17:11:21 -0700 |
commit | 23feae9b0906d34043a784a01d31d1ff19ebc9a4 (patch) | |
tree | 2d76c104968ac7f41264240c5a1278f0fb369446 /gitlab/utils.py | |
parent | b6447211754e126f64e12fc735ad74fe557b7fb4 (diff) | |
download | gitlab-23feae9b0906d34043a784a01d31d1ff19ebc9a4.tar.gz |
test(pylint): enable pylint "unused-argument" check
Enable the pylint "unused-argument" check and resolve issues it found.
* Quite a few functions were accepting `**kwargs` but not then
passing them on through to the next level. Now pass `**kwargs` to
next level.
* Other functions had no reason to accept `**kwargs`, so remove it
* And a few other fixes.
Diffstat (limited to 'gitlab/utils.py')
0 files changed, 0 insertions, 0 deletions