Use wildcard for ruff version

This commit is contained in:
Simon Sawicki 2024-02-22 23:16:29 +01:00
parent 81e47a7718
commit 76d11ca98d
No known key found for this signature in database

View file

@ -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"]