Skip to content

Commit

Permalink
Fix comment alignment in pyproject.toml (#8185)
Browse files Browse the repository at this point in the history
I wasn't sufficiently careful in #8181
  • Loading branch information
max-sixty authored Sep 14, 2023
1 parent 64660b6 commit c537238
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ ignore = [
select = [
"F", # Pyflakes
"E", # Pycodestyle
"W", # isort
"I", # Pyupgrade
"UP",
"W",
"I", # isort
"UP", # Pyupgrade
]

[tool.ruff.isort]
Expand Down

0 comments on commit c537238

Please sign in to comment.