diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4fea8ec..42d7b6d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.15.0" + rev: "v2.16.0" hooks: - id: pyproject-fmt - repo: https://github.com/python-poetry/poetry @@ -44,7 +44,7 @@ repos: - id: prettier args: ["--tab-width", "2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.0 + rev: v0.15.1 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]