Skip to content

Commit 4df5940

Browse files
committed
pyproject: Bump vsjetpack
1 parent e908922 commit 4df5940

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ description = "Vodes' random Vapoursynth Functions."
66
authors = [{ name = "Vodes", email = "vodes.imp@gmail.com" }]
77
dependencies = [
88
"Vapoursynth>=66",
9-
"vsmuxtools>=0.2.1",
10-
"vsjetpack>=0.3.5,<0.6.0",
9+
"vsmuxtools>=0.3.0",
10+
"vsjetpack>=0.5.3",
1111
"jetpytools>=1.2.3",
1212
"packaging>=23.2"
1313
]
@@ -39,7 +39,8 @@ indent-width = 4
3939
target-version = "py311"
4040

4141
[tool.ruff.lint]
42-
ignore = ["E722"]
42+
ignore = ["E722", "E501", "RUF022"]
43+
extend-select = ["F", "E", "RUF"]
4344
fixable = ["F541", "F401", "E712", "E711"]
4445
exclude = ["__init__.py"]
4546

0 commit comments

Comments
 (0)