Skip to content

Commit

Permalink
[Lint] Ignore ruff rules
Browse files Browse the repository at this point in the history
  • Loading branch information
massquantity committed Jan 2, 2025
1 parent 18a5745 commit b0b389d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ filterwarnings = [
line-length = 88
target-version = "py38"
output-format = "full"
lint.ignore = ["E501"]
lint.ignore = ["E501", "RUF022", "RUF023"]
lint.select = [
# flake8-async
"ASYNC",
Expand Down

0 comments on commit b0b389d

Please sign in to comment.