repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources15d ago| #2 |
| - repo: local |
| #3 | hooks: |
| #4 | - id: ruff |
| #5 | name: Ruff |
| #6 | entry: ruff check |
| #7 | language: system |
| #8 | types: [python] |
| #9 | args: [--fix] |
| #10 |
| #11 | - id: isort |
| #12 | name: isort |
| #13 | entry: isort |
| #14 | language: system |
| #15 | types: [python] |
| #16 | args: ["--profile", "black"] |
| #17 |