From 80d843b7c8e44198d55faac894736b56ca6401f2 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Tue, 31 Oct 2023 21:04:08 -0400 Subject: [PATCH] move to ruff formatter (#41) See https://astral.sh/blog/the-ruff-formatter --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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