diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f63919..a8ee352 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,13 +23,13 @@ repos: hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.6" + rev: "v0.14.7" hooks: - id: ruff-format - id: ruff-check args: ["--fix", "--unsafe-fixes", "--exit-non-zero-on-fix"] - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.6.2" # Use the sha / tag you want to point at + rev: "v3.7.3" # Use the sha / tag you want to point at hooks: - id: prettier additional_dependencies: