diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 230142f..f54f1a4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/ComPWA/repo-maintenance - rev: 0.1.2 + rev: 0.1.11 hooks: - id: check-dev-files args: @@ -38,7 +38,7 @@ repos: - id: colab-toc-visible - repo: https://github.com/nbQA-dev/nbQA - rev: 1.7.0 + rev: 1.7.1 hooks: - id: nbqa-flake8 - id: nbqa-isort @@ -46,7 +46,7 @@ repos: args: [--py38-plus] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.11.0 + rev: 23.12.1 hooks: - id: black-jupyter args: [--line-length=85] @@ -85,7 +85,7 @@ repos: metadata.vscode - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.3 + rev: v4.0.0-alpha.8 hooks: - id: prettier