You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- You can also check if the commented lines are useful for you.
29
-
30
-
4.**Install pre-commit hooks**:
31
-
```bash
32
-
uv run pre-commit install
33
-
```
34
-
35
-
5.**Configure GitHub Actions permissions**:
36
-
Go to your repository **Settings → Actions → General → Workflow permissions** and enable **"Allow GitHub Actions to create and approve pull requests"** if you want workflows to open PRs automatically.
37
14
38
15
## Quick Start
39
16
@@ -44,11 +21,9 @@ Go to your repository **Settings → Actions → General → Workflow permission
- You can also check if the commented lines are useful for you.
93
+
94
+
4.**Install pre-commit hooks**:
95
+
```bash
96
+
uv run pre-commit install
97
+
```
98
+
99
+
5.**Configure GitHub Actions permissions**:
100
+
Go to your repository **Settings → Actions → General → Workflow permissions** and enable **"Allow GitHub Actions to create and approve pull requests"** if you want workflows to open PRs automatically.
101
+
103
102
## Contributing
104
103
105
104
Contributions are welcome! Please feel free to submit a Pull Request.
0 commit comments