Skip to content

Commit

Permalink
Fix ruff findings
Browse files Browse the repository at this point in the history
# Conflicts:
#	poetry.lock
  • Loading branch information
eruvanos committed Jun 6, 2024
1 parent 431b792 commit 62d44a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ ignore = [
"E501", # line too long, handled by black
"B008", # do not perform function calls in argument defaults
"C901", # too complex
"RUF200", # still using poetry
]

# Allow autofix for all enabled rules (when `--fix`) is provided.
Expand Down

0 comments on commit 62d44a1

Please sign in to comment.