Update dependency ruff to ^0.2.0

This commit is contained in:
renovate[bot] 2024-02-02 03:05:33 +00:00
commit e5a7ca9269
2 changed files with 20 additions and 20 deletions

View file

@ -26,7 +26,7 @@ listparser = {extras = ["http", "lxml"], version = "^0.19"}
[tool.poetry.group.dev.dependencies]
pre-commit = "^3.6.0"
djlint = "^1.34.1"
ruff = "^0.1.14"
ruff = "^0.2.0"
[build-system]
build-backend = "poetry.core.masonry.api"