updates ruff dependency

This commit is contained in:
Mose Müller
2024-08-05 09:36:32 +02:00
parent e0d710644b
commit 014a7b9492
2 changed files with 257 additions and 224 deletions

View File

@ -29,7 +29,7 @@ mypy = "^1.4.1"
matplotlib = "^3.7.2"
pyright = "^1.1.323"
pytest-mock = "^3.11.1"
ruff = "^0.2.0"
ruff = "^0.5.0"
pytest-asyncio = "^0.23.2"
[tool.poetry.group.docs]