diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e8ca7c9..e49a64a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,15 +1,15 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: -- repo: https://github.com/charliermarsh/ruff-pre-commit +- repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.1.0' + rev: 'v0.3.7' hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix ] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -17,12 +17,12 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: "23.10.0" + rev: "24.4.0" hooks: - id: black - repo: https://github.com/python-poetry/poetry - rev: '1.6.1' + rev: '1.8.0' hooks: - id: poetry-check - id: poetry-lock