Skip to content

Commit 9fb7217

Browse files
committed
build: 🛠 Update ruff to latest version
1 parent 4a20da1 commit 9fb7217

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ select = ["F","E","W","C","I","N","UP","ANN","S","B","A","COM","C4","T20","PT","
3030
line-length = 115
3131
target-version = "py38"
3232
ignore = ["A001","A002","A003","ANN101","ANN102","ANN401","C901","N8","B008","F405","F821"]
33+
output-format = "grouped"
3334

3435
[tool.ruff.per-file-ignores]
3536
"__init__.py" = ["F401"]

0 commit comments

Comments
 (0)