mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
8c84320b4b
* Add initial skeleton of package, including tooling setup and CI * update workflow * update uv * add bandit
10 lines
92 B
Markdown
10 lines
92 B
Markdown
# Python
|
|
|
|
## Checks
|
|
|
|
Run all checks using pre-commit:
|
|
|
|
```bash
|
|
uv run pre-commit run -a
|
|
```
|