diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index af33356..4a59147 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,19 +22,19 @@ repos: 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.0.276 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.33.0 + rev: v0.35.0 hooks: - id: markdownlint-fix - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.8.0 + rev: v2.9.0 hooks: - id: pretty-format-toml args: [--autofix]