diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fc3c4ef..045c4f8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -89,7 +89,7 @@ repos: - id: mypy args: [--config-file, .meta/mypy.ini, --scripts-are-modules] - repo: https://github.com/psf/black-pre-commit-mirror - rev: "24.4.2" + rev: "24.8.0" hooks: - id: black - repo: https://github.com/pycqa/flake8