Skip to content

Commit

Permalink
Ignore useless ruff rule
Browse files Browse the repository at this point in the history
  • Loading branch information
loRes228 committed Aug 5, 2024
1 parent d9c384e commit acc5662
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ ignore = [
"PLR0916", # too-many-boolean-expressions
"PLR0917", # too-many-positional
"PLR1702", # too-many-nested-blocks
"PLW3201" # bad-dunder-method-name
"PLW3201", # bad-dunder-method-name
"A004" # builtin-import-shadowing
]
logger-objects = [
"aiogram_broadcaster.utils.logger.logger"
Expand Down

0 comments on commit acc5662

Please sign in to comment.