Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ make tests
If you don't use Nix, install the tools yourself:

```shell
uv tool install prek # pre-commit hook runner
uv tool install ruff # Python linter and formatter
uv tool install ty # Python type checker
uv tool install codespell # spell checker
uv tool install detect-secrets # secret scanner
uv tool install tombi # TOML formatter
uv tool install zizmor # GitHub Actions auditor
brew install actionlint # GitHub Actions linter
brew install shellcheck # shell script linter
brew install yamlfmt # YAML formatter
uv tool install prek # pre-commit hook runner
uv tool install ruff # Python linter and formatter
uv tool install ty # Python type checker
uv tool install codespell # spell checker
uv tool install 'detect-secrets[gibberish]' # secret scanner
uv tool install tombi # TOML formatter
uv tool install zizmor # GitHub Actions auditor
brew install actionlint # GitHub Actions linter
brew install shellcheck # shell script linter
brew install yamlfmt # YAML formatter
```

(`brew` works on both macOS and Linux; your distro's package manager has these too.)
Expand Down
1 change: 1 addition & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pkgs.mkShell {

# Linters and formatters used by the pre-commit hooks
actionlint
cacert
codespell
deadnix
detect-secrets
Expand Down
Loading