diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dfd0862f5..d20567afd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: pycln args: [--config=pyproject.toml] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black - repo: https://github.com/asottile/blacken-docs @@ -44,7 +44,7 @@ repos: additional_dependencies: - toml - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.4.1 + rev: v1.11.1 hooks: - id: mypy additional_dependencies: [types-PyYAML]