diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index de991b0b1..8b0eeee9e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/psf/black - rev: 23.10.1 + rev: 23.11.0 hooks: - id: black args: [--config=pyproject.toml] @@ -79,7 +79,7 @@ repos: args: [--py38-plus, --add-import, from __future__ import annotations] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.6.1 + rev: v1.7.0 hooks: - id: mypy additional_dependencies: [types-all]