Skip to content

Commit

Permalink
docs: make TOML valid (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Nov 21, 2023
1 parent 08291f2 commit c9dd9b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ You can explicitly list checks to select or skip in your `pyproject.toml`:

```toml
[tool.repo-review]
select = [...]
ignore = [...]
select = ["..."]
ignore = ["..."]
```

## Pre-commit
Expand Down

0 comments on commit c9dd9b3

Please sign in to comment.