Skip to content

Commit 31d8e03

Browse files
committed
Update contributing instructions
1 parent e57b12f commit 31d8e03

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,19 @@ They are executed on `unmetered locations` and as such won't consume your reques
5656
```commandline
5757
pytest tests
5858
```
59+
60+
### Formatters and Linters
61+
62+
| Language | Formatter/Linter |
63+
| -------- | ---------------- |
64+
| `yaml` | `yamlls` |
65+
| `toml` | `taplo` |
66+
| `python` | `black` |
67+
68+
### Recommended Python Development Version
69+
70+
Develop on the oldest supported `Python` version.
71+
72+
```bash
73+
uv python pin 3.8
74+
```

0 commit comments

Comments
 (0)