Skip to content

Commit 11cf95f

Browse files
committed
build: poe format not auto-fix more
1 parent 7ee3e8f commit 11cf95f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ shell = "pytest tests --no-cov"
7575
[[tool.poe.tasks.format]]
7676
help = "Formats code"
7777
shell = """
78+
ruff check --fix
7879
ruff check --select I --fix .
7980
ruff format .
8081
"""

0 commit comments

Comments
 (0)