Skip to content

chore: tidy public-mirror .gitignore + pin black>=26.3.1#1

Merged
viberesearch merged 2 commits into
mainfrom
chore/cleanup-and-pin-black
Jun 5, 2026
Merged

chore: tidy public-mirror .gitignore + pin black>=26.3.1#1
viberesearch merged 2 commits into
mainfrom
chore/cleanup-and-pin-black

Conversation

@viberesearch

Copy link
Copy Markdown
Contributor

Two chores:

  1. gitignore tidy — clean up the uncommitted working-tree change: drop legacy .claude/commands tracking exceptions, consolidate to a single "public repo — nothing tracked" block. No tracked files match these paths (rule-tidy only); aligns with PUBLIC_MIRROR_STANDARD v1.0.0.
  2. black pin — pin floor to black>=26.3.1 and re-lock (26.1.0 → 26.5.1) so local dev and Fleet CI (uv run black --check .) stay on the same modern black; clears CVE-2026-32274. No source reformat.

Verified locally: black --check + flake8 clean; pre-commit hook (black/flake8/mypy/trivy) green.

🤖 Generated with Claude Code

viberesearch and others added 2 commits June 6, 2026 00:48
Drop the legacy "keep .claude/commands tracked" exceptions and consolidate
to a single "public repo -- nothing tracked" block (.claude/, skills/,
.clinerules, .cursor*, .rooignore, .mcp.json, .flake8). No tracked files
match these paths, so this is rule-tidy only -- aligns with
PUBLIC_MIRROR_STANDARD v1.0.0.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Fleet CI runs `uv run black --check .`. Pinning the black floor to
>=26.3.1 and re-locking (26.1.0 -> 26.5.1) keeps local and CI on the same
modern black, so a future re-lock cannot pull a divergent black that
breaks the format check. Also clears CVE-2026-32274. No source reformat.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@viberesearch viberesearch merged commit 1a1050a into main Jun 5, 2026
1 check passed
@viberesearch viberesearch deleted the chore/cleanup-and-pin-black branch June 5, 2026 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant