diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index af33356..2f2c6bf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,23 +18,23 @@ repos: - id: end-of-file-fixer - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.9.1 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.291 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.33.0 + rev: v0.37.0 hooks: - id: markdownlint-fix - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.8.0 + rev: v2.10.0 hooks: - id: pretty-format-toml args: [--autofix]