You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SG-43835 Fix black pre-commit/CI discrepancy by removing exclude (#1111)
* SG-43835 Fix black pre-commit/CI discrepancy by removing exclude
Remove the `exclude: "tests|python/tank"` override from the black hook
in `.pre-commit-config.yaml` so that local pre-commit runs black on the
same set of files as the CI pipeline. Apply black formatting to the
previously-excluded files to bring them into compliance.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* SG-43835 Apply black 26.5.1 formatting to remaining files
Re-run black at the correct pinned version (26.5.1) to catch files
missed by the initial formatting pass which used an older version.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* SG-43835 Disable black in hound - already enforced by pre-commit CI
Hound runs its own black version which differs from the one pinned in
.pre-commit-config.yaml, causing spurious review comments. Black
formatting is already enforced by the CI pipeline via pre-commit.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* SG-43835 Fix black formatting in flowam/open.py
Remove extra blank line before logger assignment flagged by CI's
code-style-validation job.
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments