diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index af33356..39cd2d9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: debug-statements @@ -18,23 +18,23 @@ repos: - id: end-of-file-fixer - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 24.10.0 hooks: - id: black -- repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.262 +- repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.8.3 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.33.0 + rev: v0.43.0 hooks: - id: markdownlint-fix - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.8.0 + rev: v2.14.0 hooks: - id: pretty-format-toml args: [--autofix]