Skip to content

Commit 93e7a3f

Browse files
committed
Fix linter
1 parent 0b974b5 commit 93e7a3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ typeCheckingMode = "strict"
4646

4747
[tool.ruff]
4848
line-length = 100
49-
50-
[tool.ruff.lint]
5149
exclude = [
5250
"prepline_*/api",
5351
]
52+
53+
[tool.ruff.lint]
5454
select = [
5555
"C4", # -- flake8-comprehensions --
5656
"COM", # -- flake8-commas --

0 commit comments

Comments
 (0)