Require main
revision until next release of pre-commit
This commit is contained in:
parent
25507cf2f9
commit
5accf96811
@ -56,6 +56,7 @@ reformatting.
|
||||
|
||||
```yaml
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: main
|
||||
hooks:
|
||||
- id: ruff-format
|
||||
```
|
||||
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user