mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-19 13:49:09 -04:00
updated AGENTS.md
This commit is contained in:
11
AGENTS.md
11
AGENTS.md
@@ -1,5 +1,12 @@
|
|||||||
## Dev environment tips
|
## Dev environment tips
|
||||||
|
|
||||||
- use treefmt to format all files
|
- use treefmt to format all files
|
||||||
- make python code ruff compliant
|
- keep new code consistent with the existing style
|
||||||
- use pytest to test python code
|
|
||||||
|
### Python
|
||||||
|
|
||||||
|
- make code `ruff` compliant
|
||||||
|
- use pytest to test python code tests should be put in `tests` directory
|
||||||
|
- dont use global state
|
||||||
|
- use google style docstrings
|
||||||
|
- use typer over argparse
|
||||||
|
|||||||
Reference in New Issue
Block a user