Update ruff to v0.4

This commit is contained in:
Simon Sawicki 2024-04-20 22:57:23 +02:00
parent 1878e1f700
commit 31d5d8eb1b
No known key found for this signature in database

View file

@ -68,7 +68,7 @@ dev = [
"autopep8~=2.0",
"pre-commit",
"pytest",
"ruff==0.2.*",
"ruff==0.4.*",
]
pyinstaller = [
"pyinstaller>=6.3; sys_platform!='darwin'",