Skip to content

Commit

Permalink
Correct minor typo impocit->implicit in pyproject.toml comment (#31283)
Browse files Browse the repository at this point in the history
PR #31270 included a minor typo for the word `implicit` in one of
its comment. The commit correct the typo from `impocit` to
`implicit`.
  • Loading branch information
pankajkoti authored May 15, 2023
1 parent 9432a3f commit 3aee835
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 @@ -46,7 +46,7 @@ extend-select = [
"UP", # Pyupgrade
"RUF100", # Unused noqa (auto-fixable)

# impocit single-line string concatenation
# implicit single-line string concatenation
"ISC001",
# We ignore more pydocstyle than we enable, so be more selective at what we enable
"D101",
Expand Down

0 comments on commit 3aee835

Please sign in to comment.