Require main revision until next release of pre-commit

This commit is contained in:
Zanie 2023-09-12 15:54:47 -05:00
parent 25507cf2f9
commit 5accf96811

View File

@ -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]