Skip to content

Commit

Permalink
Tell pylint to ignore some things
Browse files Browse the repository at this point in the history
  • Loading branch information
freiheit committed Nov 10, 2023
1 parent 2cb81cf commit 11ec6ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mvkdicebot.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ async def roll(ctx, *, dicestr: str):
"""
# pylint: disable=logging-fstring-interpolation
# pylint: disable=consider-using-dict-items
# pylint: disable=too-many-locals
# pylint: disable=too-many-branches
# pylint: disable=too-many-statements

logger.debug(f"roll: {dicestr}")

Expand Down

0 comments on commit 11ec6ab

Please sign in to comment.