diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 114cd7c4..c12ce1fb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - tomli - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.1.4" + rev: "v0.1.5" hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -47,7 +47,7 @@ repos: - black==22.12.0 - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.2" + rev: "v3.1.0" hooks: - id: prettier