Skip to content

Commit

Permalink
Require main revision until next release of pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Sep 12, 2023
1 parent 25507cf commit 5accf96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ reformatting.

```yaml
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: main
hooks:
- id: ruff-format
```
Expand All @@ -64,6 +65,7 @@ To check formatting without changing files, use `--check`:

```yaml
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: main
hooks:
- id: ruff-format
args: [--check]
Expand Down

0 comments on commit 5accf96

Please sign in to comment.