diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 38d3710..0ef2c95 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -10,27 +10,27 @@ repos: - id: double-quote-string-fixer - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.5.5" + rev: "v0.7.0" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/executablebooks/mdformat - rev: 0.7.17 + rev: 0.7.18 hooks: - id: mdformat additional_dependencies: - mdformat-myst - repo: https://github.com/adamchainz/blacken-docs - rev: "1.18.0" + rev: "1.19.0" hooks: - id: blacken-docs additional_dependencies: - black==23.1.0 - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.10.0 hooks: - id: black @@ -43,7 +43,7 @@ repos: - markdown # managed by mdformat - repo: https://github.com/tox-dev/pyproject-fmt - rev: "2.1.4" + rev: "2.4.3" hooks: - id: pyproject-fmt