Skip to content

Commit 6abad3c

Browse files
committed
Update lint and fix steps tox.ini
1 parent 886cd60 commit 6abad3c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ package = skip
3434
deps =
3535
ruff==0.12.3
3636
commands =
37+
ruff check --fix dissect tests
3738
ruff format dissect tests
3839

3940
[testenv:lint]
@@ -43,6 +44,7 @@ deps =
4344
vermin
4445
commands =
4546
ruff check dissect tests
47+
ruff format --check dissect tests
4648
vermin -t=3.10- --no-tips --lint dissect tests
4749

4850
[flake8]

0 commit comments

Comments
 (0)