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 d2768bc commit c272dd1Copy full SHA for c272dd1
pyproject.toml
@@ -33,7 +33,7 @@ repository = "https://github.com/fox-it/dissect.cstruct"
33
34
[tool.ruff]
35
line-length = 120
36
-required-version = ">=0.8.0"
+required-version = ">=0.9.0"
37
38
[tool.ruff.format]
39
docstring-code-format = true
tox.ini
@@ -31,14 +31,14 @@ commands =
31
[testenv:fix]
32
package = skip
deps =
- ruff==0.8.4
+ ruff==0.9.2
commands =
ruff format dissect tests
[testenv:lint]
40
41
42
vermin
43
44
ruff check dissect tests
0 commit comments