diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7bf5b1a46..271fa4007 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -12,19 +12,19 @@ repos: - id: check-toml - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0" # Use the sha / tag you want to point at + rev: "v4.0.0-alpha.8" # Use the sha / tag you want to point at hooks: - id: prettier types_or: [css, javascript, ts, tsx] - repo: https://github.com/omnilib/ufmt - rev: v2.1.0 + rev: v2.3.0 hooks: - id: ufmt entry: python -c 'import os, subprocess; os.environ["LIBCST_PARSER_TYPE"] = "native"; raise SystemExit(subprocess.run(["ufmt", "format"], check=True).returncode)' - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.4.1" + rev: "v1.8.0" hooks: - id: mypy additional_dependencies: &deps