Skip to content

Commit 6ffc607

Browse files
committed
sort pyproject
1 parent d127e13 commit 6ffc607

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,12 @@ extend-exclude = [
147147
'doc',
148148
'setup.py',
149149
]
150-
line-length = 88
151-
select = ["E", "F", "W", "UP"]
152-
target-version = 'py39'
153150
ignore = [
154-
"UP007", # 'Use `X | Y` for type annotations', requires python 3.10
151+
"UP007", # 'Use `X | Y` for type annotations', requires python 3.10
155152
]
153+
line-length = 88
154+
select = ["E", "F", "UP", "W"]
155+
target-version = 'py39'
156156

157157
[tool.ruff.format]
158158
docstring-code-format = true

0 commit comments

Comments
 (0)