Skip to content

Commit 73457c9

Browse files
gmelikovAtin65536
authored andcommitted
Ruff: add --fix to autoformat more cases
1 parent 09b1f71 commit 73457c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ extras =
4545
runner = uv-venv-lock-runner
4646
commands =
4747
ruff format
48-
ruff check .
48+
ruff check . --fix
4949

5050
[testenv:mypy]
5151
extras =
@@ -69,4 +69,4 @@ commands = mkdocs gh-deploy --force
6969
runner = uv-venv-lock-runner
7070
extras =
7171
test
72-
usedevelop=true
72+
usedevelop=true

0 commit comments

Comments
 (0)