Commit 7f6d02a
committed
chore: enhance pre-commit hooks with unsafe fixes and update line length
- Add --unsafe-fixes flag to ruff check for more aggressive auto-fixing
- Update isort line-length from 100 to 120 to match ruff configuration
- Keep Option A (industry standard): hooks auto-fix and fail commit
so developer can review changes before re-committing
This ensures consistent formatting across the codebase while maintaining
visibility into what changes were made by the formatters.1 parent 91830aa commit 7f6d02a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments