diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c2c7a871..3f950184 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,10 +1,10 @@ repos: -- repo: https://github.com/asottile/reorder_python_imports - rev: v3.9.0 +- repo: https://github.com/asottile/reorder-python-imports + rev: v3.10.0 hooks: - id: reorder-python-imports - repo: https://github.com/psf/black - rev: "22.12.0" + rev: "23.3.0" hooks: - id: black - repo: https://github.com/PyCQA/flake8