Skip to content

Commit

Permalink
chore(ruff-format): change "enforce" to "enforced"
Browse files Browse the repository at this point in the history
  • Loading branch information
deepyaman authored Nov 1, 2023
1 parent 3a73afb commit 11e8969
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 @@ -416,7 +416,7 @@ ignore = [
"D213", # Multi-line docstring summary should start at the second line
"D401", # Imperative mood
"D402", # First line should not be the function's signature
"E501", # line-too-long, this is automatically enforce by ruff format
"E501", # line-too-long, this is automatically enforced by ruff format
"E731", # lambda-assignment
"PGH003", # blanket-type-ignore
"PLC0105", # covariant type parameters should have a _co suffix
Expand Down

0 comments on commit 11e8969

Please sign in to comment.