diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 79266f9..00673d5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: # python code formatting/linting - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. - rev: "v0.0.261" + rev: "v0.0.275" hooks: - id: ruff args: [--fix] @@ -25,7 +25,7 @@ repos: args: [--line-length, "100"] # yaml formatting - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.6 + rev: v3.0.0-alpha.9-for-vscode hooks: - id: prettier types: [yaml]