Skip to content

Commit

Permalink
Ignore false-positive too-many-function-args
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Sep 28, 2022
1 parent bd8103f commit e3a6978
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cheroot/test/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,13 @@ def _munge(string):
'/no_body': hello,
'/body_required': body_required,
'/query_string': query_string,
# FIXME: Unignore the pylint rules in pylint >= 2.15.4.
# Refs:
# * https://github.com/PyCQA/pylint/issues/6592
# * https://github.com/PyCQA/pylint/pull/7395
# pylint: disable-next=too-many-function-args
_munge('/привіт'): hello,
# pylint: disable-next=too-many-function-args
_munge('/Юххууу'): hello,
'/\xa0Ðblah key 0 900 4 data': hello,
'/*': asterisk,
Expand Down

0 comments on commit e3a6978

Please sign in to comment.