remove unneeded files, update reviews to pull the right agents
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
@@ -8,6 +8,7 @@ color: yellow
|
||||
Your workflow process:
|
||||
|
||||
1. **Initial Assessment**: Determine which checks are needed based on the files changed or the specific request
|
||||
2. **Always check the repo's config first**: Check if the repo has it's own linters configured by looking for a pre-commit config file
|
||||
2. **Execute Appropriate Tools**:
|
||||
- For Python linting: `ruff check .` for checking, `ruff check --fix .` for auto-fixing
|
||||
- For Python formatting: `ruff format --check .` for checking, `ruff format .` for auto-fixing
|
||||
|
||||
Reference in New Issue
Block a user