Commit 29b584d
Keep root lint scoped to GitPython
The imported gitdb and smmap histories contain their own legacy formatting
and configuration. Letting GitPython's root pre-commit configuration scan
those trees produced unrelated failures and would turn the subtree merge into
a wholesale reformat.
Exclude the imported project directories at the root so existing GitPython
checks retain their previous scope; each dependency continues to own its
source style.1 parent 60ff1d0 commit 29b584d
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
508 | 508 | | |
509 | 509 | | |
510 | 510 | | |
511 | | - | |
512 | | - | |
513 | 511 | | |
514 | 512 | | |
515 | 513 | | |
| |||
0 commit comments