diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d869ea24..1bb65e542 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: hooks: - id: black - repo: https://github.com/asottile/blacken-docs - rev: 1.14.0 + rev: 1.15.0 hooks: - id: blacken-docs additional_dependencies: [black==23.1.0] @@ -63,12 +63,12 @@ repos: - id: pylint additional_dependencies: [toml==0.10.2, numpy==1.23.4, pydantic==2.0] - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.9-for-vscode" + rev: "v3.0.0" hooks: - id: prettier exclude: docs/plugins/jupyter-interface.md - repo: https://github.com/asottile/pyupgrade - rev: v3.8.0 + rev: v3.9.0 hooks: - id: pyupgrade args: [--py38-plus]