chore: tidy public-mirror .gitignore + pin black>=26.3.1#1
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two chores:
.claude/commandstracking 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.black>=26.3.1and 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