diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1724279..5680a7c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,13 +20,13 @@ repos: ] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.4 + rev: v0.8.6 hooks: - id: ruff - id: ruff-format - repo: https://github.com/python-poetry/poetry - rev: 1.8.0 + rev: 2.0.0 hooks: - id: poetry-check - id: poetry-lock