Skip to content

Commit 19f369c

Browse files
committed
Bump ruff version
1 parent 6abad3c commit 19f369c

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
@@ -32,15 +32,15 @@ commands =
3232
[testenv:fix]
3333
package = skip
3434
deps =
35-
ruff==0.12.3
35+
ruff==0.13.1
3636
commands =
3737
ruff check --fix dissect tests
3838
ruff format dissect tests
3939

4040
[testenv:lint]
4141
package = skip
4242
deps =
43-
ruff==0.12.3
43+
ruff==0.13.1
4444
vermin
4545
commands =
4646
ruff check dissect tests

0 commit comments

Comments
 (0)