Skip to content

Commit 714d019

Browse files
committed
Fix comment alignment in pyproject.toml
I wasn't sufficiently careful in pydata#8181
1 parent 64660b6 commit 714d019

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ ignore = [
139139
select = [
140140
"F", # Pyflakes
141141
"E", # Pycodestyle
142-
"W", # isort
143-
"I", # Pyupgrade
144-
"UP",
142+
"W",
143+
"I", # isort
144+
"UP", # Pyupgrade
145145
]
146146

147147
[tool.ruff.isort]

0 commit comments

Comments
 (0)