Skip to content

Commit

Permalink
Disable some pylint things that are annoying more than helping right now
Browse files Browse the repository at this point in the history
  • Loading branch information
freiheit committed Dec 10, 2023
1 parent 270513a commit a58a924
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mvkdicebot.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ async def roll(ctx, *, dicestr: str):
# pylint: disable=too-many-locals
# pylint: disable=too-many-branches
# pylint: disable=too-many-statements
# pylint: disable=too-many-nested-blocks
# pylint: disable=line-too-long

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

Expand Down

0 comments on commit a58a924

Please sign in to comment.