diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a371014..c8b00d6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - prettier - prettier-plugin-toml - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.10.1 hooks: - id: black language_version: python3 @@ -36,7 +36,7 @@ repos: ^docs/conf.py$ ) - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.4.0 + rev: v4.5.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -57,7 +57,7 @@ repos: - flake8-mypy language_version: python3 - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.5.1 + rev: v1.6.1 hooks: - id: mypy alias: mypy-py312