diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 421e5a9..8d4d72f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: types: [file] # override `types: [json]` files: \.(json|ipynb)$ - repo: https://github.com/psf/black-pre-commit-mirror - rev: "26.1.0" + rev: "26.3.1" hooks: - id: black - repo: https://github.com/asottile/reorder-python-imports