Skip to content

Commit c272dd1

Browse files
committed
Bump to 0.9.2
1 parent d2768bc commit c272dd1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repository = "https://github.com/fox-it/dissect.cstruct"
3333

3434
[tool.ruff]
3535
line-length = 120
36-
required-version = ">=0.8.0"
36+
required-version = ">=0.9.0"
3737

3838
[tool.ruff.format]
3939
docstring-code-format = true

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ commands =
3131
[testenv:fix]
3232
package = skip
3333
deps =
34-
ruff==0.8.4
34+
ruff==0.9.2
3535
commands =
3636
ruff format dissect tests
3737

3838
[testenv:lint]
3939
package = skip
4040
deps =
41-
ruff==0.8.4
41+
ruff==0.9.2
4242
vermin
4343
commands =
4444
ruff check dissect tests

0 commit comments

Comments
 (0)