Skip to content

Commit 4e38fa8

Browse files
ci: ease up on formatting
1 parent 6ff1884 commit 4e38fa8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,14 @@ fixable = ["A", "B", "C", "D", "E", "F", "G", "I", "N", "Q", "S", "T", "W", "ANN
128128

129129
[tool.ruff.lint.isort]
130130
from-first = false
131-
lines-after-imports = 2
132-
lines-between-types = 0
133131
no-sections = true
134132

133+
[tool.ruff.lint.empty-lines]
134+
max-blank-lines-after-class = 1
135+
max-blank-lines-after-function = 1
136+
min-after-class = 2
137+
min-after-function = 2
138+
135139
[tool.ruff.lint.flake8-quotes]
136140
docstring-quotes = "double"
137141

0 commit comments

Comments
 (0)