Skip to content

Commit af67b58

Browse files
committed
Fix end-of-file formatting in pyproject.toml
1 parent da170a4 commit af67b58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ exclude = [
2020
# Enable specific rule sets
2121
select = [
2222
"E", # pycodestyle errors
23-
"W", # pycodestyle warnings
23+
"W", # pycodestyle warnings
2424
"F", # Pyflakes
2525
"I", # isort
2626
]
@@ -46,4 +46,4 @@ ignore = [
4646
[tool.ruff.lint.isort]
4747
# Configure import sorting to match current style
4848
combine-as-imports = true
49-
force-sort-within-sections = true
49+
force-sort-within-sections = true

0 commit comments

Comments
 (0)