diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bda30e8..3a61de9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black args: [--safe, --quiet] @@ -12,7 +12,7 @@ repos: - id: end-of-file-fixer - id: debug-statements - repo: https://github.com/asottile/reorder-python-imports - rev: v3.13.0 + rev: v3.14.0 hooks: - id: reorder-python-imports args: ['--application-directories=.:src', --py36-plus]