Update dependency ruff to ^0.11.0

This commit is contained in:
renovate[bot]
2025-03-14 15:14:57 +00:00
committed by GitHub
parent c98e3b5e29
commit c6556a40d1
2 changed files with 21 additions and 21 deletions

View File

@@ -18,7 +18,7 @@ requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.group.test.dependencies]
ruff = "^0.10.0"
ruff = "^0.11.0"
[tool.ruff]
lint.ignore = ["E501"]