diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fdea0cb..684bfef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,15 +21,15 @@ repos: - id: nbstripout - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.6 + rev: v3.0.3 hooks: - id: prettier additional_dependencies: - - prettier@2.3.2 + - prettier@3.0.3 - "prettier-plugin-toml" - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.22.0 + rev: 0.23.2 hooks: - id: check-github-workflows - id: check-readthedocs