diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 719947ec1..760007376 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ default_language_version: repos: - repo: https://github.com/pre-commit/mirrors-prettier # keep it before yamllint - rev: "v3.0.0-alpha.9-for-vscode" + rev: "v3.0.0" hooks: - id: prettier # Temporary excludes so we can gradually normalize the formatting @@ -24,7 +24,7 @@ repos: hooks: - id: codespell - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black language_version: python3 @@ -47,8 +47,8 @@ repos: files: \.(yaml|yml)$ types: [file, yaml] entry: yamllint --strict - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.0.275" + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: "v0.0.278" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -92,7 +92,7 @@ repos: - pexpect - pytest-mock - repo: https://github.com/jazzband/pip-tools - rev: 6.14.0 + rev: 7.0.0 hooks: - id: pip-compile entry: pip-compile -q --resolver=backtracking --strip-extras --no-annotate --output-file=.config/requirements.txt pyproject.toml --extra docs --extra test