Skip to content

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 cd101ec commit b101625
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 @@ -61,7 +61,7 @@ select = [
"RUF100",
]
ignore = [
"E501", # line too long, duplicate with black
"E501", # line too long, duplicate with ruff fmt
"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 b101625

Please sign in to comment.