diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e0a1da72..f244efe3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,13 +3,13 @@ repos: rev: v2.1.0 hooks: - id: flake8 - - repo: https://github.com/ambv/black - rev: stable + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.9.0 hooks: - id: black language_version: python3.7 - - repo: https://github.com/asottile/reorder_python_imports - rev: v1.9.0 + - repo: https://github.com/asottile/reorder-python-imports + rev: v3.16.0 hooks: - id: reorder-python-imports args: [--py3-plus] \ No newline at end of file