Skip to content

Commit

Permalink
chore: Auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mochaaP authored and github-actions[bot] committed Jan 15, 2024
1 parent f4cb922 commit cf81e76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions doc/BUILTINS.md
Original file line number Diff line number Diff line change
Expand Up @@ -1782,7 +1782,7 @@ local sources = { null_ls.builtins.diagnostics.rubocop }
- Command: `rubocop`
- Args: `{ "-f", "json", "--force-exclusion", "--stdin", "$FILENAME" }`

### [ruff](https://github.com/charliermarsh/ruff/)
### [ruff](https://github.com/astral-sh/ruff/)

An extremely fast Python linter, written in Rust.

Expand Down Expand Up @@ -4445,7 +4445,7 @@ local sources = { null_ls.builtins.formatting.rubyfmt }

- Install to your PATH with `brew install rubyfmt`. Ensure you have the latest version.

### [ruff](https://github.com/charliermarsh/ruff/)
### [ruff](https://github.com/astral-sh/ruff/)

An extremely fast Python linter, written in Rust.

Expand All @@ -4462,9 +4462,9 @@ local sources = { null_ls.builtins.formatting.ruff }
- Command: `ruff`
- Args: `{ "--fix", "-e", "-n", "--stdin-filename", "$FILENAME", "-" }`

### [ruff_format](https://github.com/charliermarsh/ruff/)
### [ruff_format](https://github.com/astral-sh/ruff/)

An extremely fast Python linter and formatter, written in Rust.
An extremely fast Python formatter, written in Rust.

#### Usage

Expand Down
2 changes: 1 addition & 1 deletion doc/null-ls.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*null-ls.txt* Last change: 2024 January 12
*null-ls.txt* Last change: 2024 January 15

==============================================================================
Table of Contents *null-ls-table-of-contents*
Expand Down

0 comments on commit cf81e76

Please sign in to comment.