Skip to content

Commit

Permalink
docs(style): replace Black with Ruff in guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
deepyaman authored and cpcloud committed Nov 5, 2023
1 parent cf43267 commit 1db3047
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/contribute/03_style.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1db3047

Please sign in to comment.