diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6448155..27df635 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: args: [--remove] - repo: https://github.com/python-poetry/poetry - rev: "1.8.3" + rev: "1.8.4" hooks: - id: poetry-check - id: poetry-lock @@ -32,12 +32,12 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.6.8 + rev: v0.7.0 hooks: - id: ruff args: [ --fix, --fixable=ALL ,--exit-non-zero-on-fix ] - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black