diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 426b351..6f0c601 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/ComPWA/repo-maintenance - rev: 0.1.11 + rev: 0.1.13a2 hooks: - id: check-dev-files args: @@ -39,7 +39,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black-pre-commit-mirror - rev: PLEASE-UPDATE + rev: 23.12.1 hooks: - id: black - id: black-jupyter @@ -88,12 +88,12 @@ repos: - id: prettier - repo: https://github.com/ComPWA/mirrors-pyright - rev: v1.1.344 + rev: v1.1.345 hooks: - id: pyright - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.9 + rev: v0.1.11 hooks: - id: ruff args: [--fix]