diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0de4e74..af863ab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,14 +21,14 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.1 hooks: - id: pyupgrade args: ["--py312-plus"] exclude: pep600_compliance/tools/calculate_symbol_versions.py - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.1.1 + rev: 24.2.0 hooks: - id: black exclude: pep600_compliance/tools/calculate_symbol_versions.py