Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
💡 chore: update comment about E501
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Dec 24, 2023
1 parent 3d2fe04 commit 930b3f9
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 @@ -68,7 +68,7 @@ select = [
"RUF100",
]
ignore = [
"E501", # line too long, duplicate with black
"E501", # line too long, duplicate with ruff fmt
"E731", # lambda sometimes is more readable
"F401", # imported but unused, duplicate with pyright
"F841", # local variable is assigned to but never used, duplicate with pyright
Expand Down

0 comments on commit 930b3f9

Please sign in to comment.