Skip to content

Commit

Permalink
added 'W291, # trailing-whitespace' to pyproject.toml and nightly (#3…
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuel44 authored and maimorag committed Feb 22, 2024
1 parent 863b20f commit d8ae05c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nightly_ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ select = [
"UP033", # lru-cache-with-maxsize-none
"UP037", # quoted-annotation

"W291", # trailing-whitespace

"YTT101", # sys-version-slice3
"YTT102", # sys-version2
"YTT103", # sys-version-cmp-str3
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,8 @@ select = [
"UP037", # quoted-annotation
"UP038", # non-pep604-isinstance

"W291", # trailing-whitespace

"YTT101", # sys-version-slice3
"YTT102", # sys-version2
"YTT103", # sys-version-cmp-str3
Expand Down

0 comments on commit d8ae05c

Please sign in to comment.