diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1876f9c..b7b1292 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 - rev: "24.10.0" + rev: "25.1.0" hooks: - id: black - repo: https://github.com/asottile/reorder-python-imports