diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a8eb5bd..790f53a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: pycln args: [--config=pyproject.toml] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.5 + rev: v0.6.3 hooks: - id: ruff args: @@ -28,7 +28,7 @@ repos: - id: ruff-format exclude: ^docs/ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.0 + rev: v1.11.2 hooks: - id: mypy additional_dependencies: [ @@ -39,7 +39,7 @@ repos: ] exclude: ^(docs|surface_apps-assets)/ - repo: https://github.com/codingjoe/relint - rev: 3.1.1 + rev: 3.2.0 hooks: - id: relint args: [-W] # to fail on warnings