We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee3e8f commit 11cf95fCopy full SHA for 11cf95f
1 file changed
pyproject.toml
@@ -75,6 +75,7 @@ shell = "pytest tests --no-cov"
75
[[tool.poe.tasks.format]]
76
help = "Formats code"
77
shell = """
78
+ ruff check --fix
79
ruff check --select I --fix .
80
ruff format .
81
"""
0 commit comments