From 1db30470680da0080e965b334f9a96814d010328 Mon Sep 17 00:00:00 2001 From: Deepyaman Datta Date: Thu, 2 Nov 2023 10:09:15 -0600 Subject: [PATCH] docs(style): replace Black with Ruff in guidelines --- docs/contribute/03_style.qmd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/contribute/03_style.qmd b/docs/contribute/03_style.qmd index bc8e7d62b3e4..d2d16c8f1ab4 100644 --- a/docs/contribute/03_style.qmd +++ b/docs/contribute/03_style.qmd @@ -2,8 +2,7 @@ ## Code style -- [`black`](https://github.com/psf/black): Formatting Python code -- [`ruff`](https://github.com/charliermarsh/ruff): Formatting and sorting `import` statements +- [`ruff`](https://github.com/charliermarsh/ruff): Formatting Python code and sorting `import` statements - [`shellcheck`](https://github.com/koalaman/shellcheck): Linting shell scripts - [`shfmt`](https://github.com/mvdan/sh): Formatting shell scripts - [`statix`](https://github.com/nerdypepper/statix): Linting nix files