diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6433e80..56ac1ea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,10 +13,10 @@ repos: - id: check-symlinks - id: check-toml # Python -- repo: https://github.com/psf/black - rev: 23.10.1 +- repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.1.3 hooks: - - id: black-jupyter + - id: ruff-format # numpydoc - repo: https://github.com/Carreau/velin rev: 0.0.12