Black 2026 Stable Style
Breaking Changes:
.gitignorepatterns now match Git's behavior exactly — files matching a pattern stay ignored even if parent directory is unignored (#4958)- Migration: Use
*/exclude/*+!*/exclude/not_this/pattern to include subdirectories instead of!exclude/not_this/
- Migration: Use
pathspecbumped to v1 (new behavior tied to this upgrade)
Features:
- `alw...