diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 44a4ab753..f20e9caa8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: hooks: - id: blacken-docs - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0 + rev: v3.0.1 hooks: - id: prettier # Newer versions of node don't work on systems that have an older version of GLIBC @@ -26,7 +26,7 @@ repos: language_version: "17.9.1" exclude: '^\.conda' - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.281 + rev: v0.0.282 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]