Commit 87b1fff
authored
chore(pre-commit): remove flake8 hook (#5324)
Problem
- flake8 is redundant with ruff in pre-commit and adds extra
dependency/latency.
Change
- Remove the flake8 repo hook from .pre-commit-config.yaml.
Authored by OpenClaw (model: gpt-5.2)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Removed Flake8 linting tool from the development pre-commit pipeline.
This change reduces external dependencies and maintenance overhead for
developers. The pre-commit pipeline continues to function normally with
other configured quality checks remaining active.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 4ce5c73 commit 87b1fff
1 file changed
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 42 | | |
51 | 43 | | |
52 | 44 | | |
| |||
0 commit comments