diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 91dc8f8..682c790 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,12 +18,12 @@ repos: rev: "25.1.0" hooks: - id: black - - repo: https://github.com/asottile/reorder_python_imports - rev: "v3.14.0" + - repo: https://github.com/asottile/reorder-python-imports + rev: "v3.15.0" hooks: - id: reorder-python-imports - repo: https://github.com/pycqa/flake8 - rev: "7.1.2" + rev: "7.2.0" hooks: - id: flake8 language_version: python3