diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d64c44d..327a4519 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: pretty-format-json exclude: ".vscode/.*" # Exclude jsonc @@ -12,12 +12,12 @@ repos: args: [--fix=crlf] - id: check-case-conflict - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.10.0 + rev: v2.11.0 hooks: - id: pretty-format-ini args: [--autofix] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.1.1" # Must match requirements-dev.txt + rev: "v0.1.3" # Must match requirements-dev.txt hooks: - id: ruff args: [--fix]