mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-09 18:03:25 +00:00
Use wildcard for ruff version
This commit is contained in:
parent
81e47a7718
commit
76d11ca98d
|
@ -65,7 +65,7 @@ dev = [
|
||||||
"autopep8~=2.0",
|
"autopep8~=2.0",
|
||||||
"pre-commit",
|
"pre-commit",
|
||||||
"pytest",
|
"pytest",
|
||||||
"ruff==0.2.1",
|
"ruff==0.2.*",
|
||||||
]
|
]
|
||||||
pyinstaller = ["pyinstaller>=6.3"]
|
pyinstaller = ["pyinstaller>=6.3"]
|
||||||
py2exe = ["py2exe>=0.12"]
|
py2exe = ["py2exe>=0.12"]
|
||||||
|
|
Loading…
Reference in a new issue