diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1038226..791e977 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ repos: - repo: https://github.com/psf/black - rev: "23.3.0" + rev: "24.4.2" hooks: - id: black - - repo: https://github.com/asottile/reorder_python_imports - rev: "v3.9.0" + - repo: https://github.com/asottile/reorder-python-imports + rev: "v3.12.0" hooks: - id: reorder-python-imports - repo: https://github.com/pycqa/flake8 - rev: "6.0.0" + rev: "7.0.0" hooks: - id: flake8 language_version: python3