diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index be3d393..5f92192 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: v5.0.0 + rev: v6.0.0 hooks: - id: check-docstring-first exclude: ^constructor-manager-ui/src/constructor_manager_ui/style/images.py @@ -9,13 +9,13 @@ repos: - id: trailing-whitespace exclude: ^constructor-manager-ui/src/constructor_manager_ui/style/images.py - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.7 + rev: v0.13.3 hooks: - id: ruff-check args: [--fix] - id: ruff-format - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.33.2 + rev: 0.34.0 hooks: - id: check-github-workflows