diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 32edb9e..0864363 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,12 +25,12 @@ repos: - id: python-use-type-annotations - id: text-unicode-replacement-char - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.4 + rev: v0.15.6 hooks: - id: ruff-check - id: ruff-format - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.16.2 + rev: v2.18.1 hooks: - id: pyproject-fmt - repo: https://github.com/executablebooks/mdformat