diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c2d57621..15098404 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,14 +17,14 @@ repos: - id: double-quote-string-fixer - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.3 + rev: v4.0.0-alpha.3 hooks: - id: prettier types_or: [html] exclude: "_templates/layout.html" - repo: https://github.com/psf/black - rev: 23.10.1 + rev: 23.11.0 hooks: - id: black language_version: python3 @@ -35,12 +35,12 @@ repos: - id: add-trailing-comma - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.4 + rev: v0.1.6 hooks: - id: ruff - repo: https://github.com/nbQA-dev/nbQA - rev: 1.7.0 + rev: 1.7.1 hooks: # mdformat works on the CLI but not as pre-commit yet. # Use `nbqa mdformat jupyterbook --nbqa-md` to run it locally.