diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d266ade..ce262c8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,10 +20,7 @@ repos: hooks: - id: ruff args: ["--fix"] -- repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.10.1 - hooks: - - id: black-jupyter + - id: ruff-format # numpydoc - repo: https://github.com/Carreau/velin rev: 0.0.12