Commit 25a688b
fix: allow black to format _generated.py for CI consistency
The CI generates the file and black formats it, but we were excluding it
from black formatting locally. This caused drift between local and CI.
Changes:
- Removed _generated.py from black exclude in pyproject.toml
- Removed _generated.py from black exclude in pre-commit config
- Regenerated file with black formatting applied
This ensures local generation matches CI generation:
- Multi-line imports when > 100 chars
- One export per line in __all__
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 2040d6c commit 25a688b
File tree
3 files changed
+477
-99
lines changed- src/adcp/types
3 files changed
+477
-99
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments