We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e908922 commit 4df5940Copy full SHA for 4df5940
1 file changed
pyproject.toml
@@ -6,8 +6,8 @@ description = "Vodes' random Vapoursynth Functions."
6
authors = [{ name = "Vodes", email = "vodes.imp@gmail.com" }]
7
dependencies = [
8
"Vapoursynth>=66",
9
- "vsmuxtools>=0.2.1",
10
- "vsjetpack>=0.3.5,<0.6.0",
+ "vsmuxtools>=0.3.0",
+ "vsjetpack>=0.5.3",
11
"jetpytools>=1.2.3",
12
"packaging>=23.2"
13
]
@@ -39,7 +39,8 @@ indent-width = 4
39
target-version = "py311"
40
41
[tool.ruff.lint]
42
-ignore = ["E722"]
+ignore = ["E722", "E501", "RUF022"]
43
+extend-select = ["F", "E", "RUF"]
44
fixable = ["F541", "F401", "E712", "E711"]
45
exclude = ["__init__.py"]
46
0 commit comments