diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d841bf..2ac8ab6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - --no-update id: poetry-lock repo: https://github.com/python-poetry/poetry - rev: 1.7.1 + rev: 1.8.2 - hooks: - id: absolufy-imports repo: https://github.com/MarcoGorelli/absolufy-imports @@ -26,12 +26,12 @@ repos: id: ruff - id: ruff-format repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.6 + rev: v0.3.4 - hooks: - id: pyright repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.338 + rev: v1.1.356 - hooks: - id: markdownlint repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.37.0 + rev: v0.39.0