diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b72026c..f71043a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,21 +1,21 @@ exclude: tests/expected_results.py|tests/data repos: - repo: https://github.com/asottile/reorder-python-imports - rev: v3.12.0 + rev: v3.13.0 hooks: - id: reorder-python-imports language_version: python3 args: - --application-directories=.:src:tests - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.4.2 hooks: - id: black language_version: python3 args: [--safe, --quiet, --line-length, "100"] require_serial: true - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace language_version: python3 @@ -37,7 +37,7 @@ repos: - id: pyupgrade language_version: python3 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.9.0 + rev: v1.10.0 hooks: - id: mypy language_version: python3