FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for docs - pullfrog/python-black · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pullfrog
/
python-black
Public
forked from
psf/black
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-black
docs
on
main
User selector
Datepicker
Commit history
Commits on Dec 8, 2025
Pin actions/checkout@v5.0.0 (#4895)
cobaltt7
authored
782e560
View commit details
Copy full SHA for 782e560
View code at this point
Browse repository at this point
Commits on Dec 7, 2025
Prepare 25.12.0 release (#4891)
Show description for 7044b14
cobaltt7
and
pre-commit-ci[bot]
authored
7044b14
View commit details
Copy full SHA for 7044b14
View code at this point
Browse repository at this point
Commits on Nov 26, 2025
Remove unnecessary parentheses from L.H.S of assignment statements (#4865)
Show description for 6ea3ef8
authored
6ea3ef8
View commit details
Copy full SHA for 6ea3ef8
View code at this point
Browse repository at this point
Minor CI improvements (#4867)
Show description for a180c83
cobaltt7
and
pre-commit-ci[bot]
authored
a180c83
View commit details
Copy full SHA for a180c83
View code at this point
Browse repository at this point
Commits on Nov 23, 2025
docs: clarify behavior of label and commit requirement (#4846)
Show description for aa143e7
authored
aa143e7
View commit details
Copy full SHA for aa143e7
View code at this point
Browse repository at this point
Commits on Nov 17, 2025
Drop support for EOL Python 3.9 (#4842)
Show description for 45b4087
hugovk
and
cooperlees
authored
45b4087
View commit details
Copy full SHA for 45b4087
View code at this point
Browse repository at this point
Commits on Nov 10, 2025
Remove `--no-cache` docs example (#4840)
MeGaGiGaGon
authored
0a31a36
View commit details
Copy full SHA for 0a31a36
View code at this point
Browse repository at this point
Prepare for 25.11.0 release (#4825)
Show description for 05f0a8c
authored
05f0a8c
View commit details
Copy full SHA for 05f0a8c
View code at this point
Browse repository at this point
Commits on Oct 26, 2025
Clarify GitLab support for blame ignore (#4812)
Show description for 4865e32
SaarYogev
and
pre-commit-ci[bot]
authored
4865e32
View commit details
Copy full SHA for 4865e32
View code at this point
Browse repository at this point
feat: add --no-cache option to prevent cache during formatting (#4803)
Show description for 6296607
Pranay-Pandey
and
pre-commit-ci[bot]
authored
6296607
View commit details
Copy full SHA for 6296607
View code at this point
Browse repository at this point
Commits on Oct 19, 2025
Implement blackd python client (#4774)
Show description for 43dbc2f
authored
43dbc2f
View commit details
Copy full SHA for 43dbc2f
View code at this point
Browse repository at this point
Move `multiline_string_handling` from unstable to preview (#4760)
Show description for 517aac5
cobaltt7
and
pre-commit-ci[bot]
authored
517aac5
View commit details
Copy full SHA for 517aac5
View code at this point
Browse repository at this point
Commits on Oct 18, 2025
Revert "ci: Run diff-shades on unstable instead of preview (#4741)" (#4799)
cobaltt7
authored
95a1e75
View commit details
Copy full SHA for 95a1e75
View code at this point
Browse repository at this point
Standardize type comments to form `# type: (value)` (#2097) (#4645)
Show description for 4380e55
authored
4380e55
View commit details
Copy full SHA for 4380e55
View code at this point
Browse repository at this point
Commits on Oct 9, 2025
Fix unreadable code block styles in dark mode documentation (#4789)
Show description for a30a825
r055a
authored
a30a825
View commit details
Copy full SHA for a30a825
View code at this point
Browse repository at this point
Commits on Oct 6, 2025
fix(3.12_generics_syntax): Fixed formatting of 3.12 generics syntax (#4777)
Show description for 8203030
Exgene
and
MeGaGiGaGon
authored
8203030
View commit details
Copy full SHA for 8203030
View code at this point
Browse repository at this point
Commits on Sep 25, 2025
Fix bug where module docstrings would be treated as normal strings if preceded by comments (#4764)
MeGaGiGaGon
authored
77f16a7
View commit details
Copy full SHA for 77f16a7
View code at this point
Browse repository at this point
Commits on Sep 19, 2025
Improvements for release_process.md (#4756)
Show description for 43135e9
MeGaGiGaGon
and
pre-commit-ci[bot]
authored
43135e9
View commit details
Copy full SHA for 43135e9
View code at this point
Browse repository at this point
Fix FAQ async version number (#4754)
Show description for 6384eeb
MeGaGiGaGon
authored
6384eeb
View commit details
Copy full SHA for 6384eeb
View code at this point
Browse repository at this point
Commits on Sep 18, 2025
Prepare docs for release 25.9.0 (#4751)
Show description for af0ba72
MeGaGiGaGon
authored
af0ba72
View commit details
Copy full SHA for af0ba72
View code at this point
Browse repository at this point
Add normalizing for `\r` style newlines (#4710)
Show description for 626b32f
authored
626b32f
View commit details
Copy full SHA for 626b32f
View code at this point
Browse repository at this point
Commits on Sep 8, 2025
Wrap the `in` clause of comprehensions across lines if necessary (#4699)
Show description for 4f6ad7c
cobaltt7
and
pre-commit-ci[bot]
authored
4f6ad7c
View commit details
Copy full SHA for 4f6ad7c
View code at this point
Browse repository at this point
ci: Run diff-shades on unstable instead of preview (#4741)
Show description for 24f5169
cobaltt7
authored
24f5169
View commit details
Copy full SHA for 24f5169
View code at this point
Browse repository at this point
Commits on Aug 19, 2025
Remove parentheses around multiple exception types in `except` and `except*` without `as`. (#4720)
Show description for dd937dc
ranjodhsingh1729
authored
dd937dc
View commit details
Copy full SHA for dd937dc
View code at this point
Browse repository at this point
Commits on Jul 23, 2025
Add FAQ section on Windows emojis not working (#4714)
Show description for f4926ac
MeGaGiGaGon
and
pre-commit-ci[bot]
authored
f4926ac
View commit details
Copy full SHA for f4926ac
View code at this point
Browse repository at this point
Commits on Jul 22, 2025
Bump furo from 2024.8.6 to 2025.7.19 in /docs (#4713)
Show description for 1fb9542
dependabot[bot]
authored
1fb9542
View commit details
Copy full SHA for 1fb9542
View code at this point
Browse repository at this point
Commits on Jul 14, 2025
Fix minor typo (#4707)
Show description for bbc36ea
pombredanne
authored
bbc36ea
View commit details
Copy full SHA for bbc36ea
View code at this point
Browse repository at this point
Commits on Jul 11, 2025
[pre-commit.ci] pre-commit autoupdate (#4702)
Show description for b085473
pre-commit-ci[bot]
and
cobaltt7
authored
b085473
View commit details
Copy full SHA for b085473
View code at this point
Browse repository at this point
Commits on Jun 28, 2025
Add default exclusions and inclusions to docs (#4432)
Show description for 8310a11
AshSta512
and
pre-commit-ci[bot]
authored
8310a11
View commit details
Copy full SHA for 8310a11
View code at this point
Browse repository at this point
Commits on Jun 13, 2025
Improve line ranges docs note (#4693)
Show description for 5adbb6c
MeGaGiGaGon
authored
5adbb6c
View commit details
Copy full SHA for 5adbb6c
View code at this point
Browse repository at this point
Commits on Jun 12, 2025
Prerelease improvements (#4691)
Show description for e2dc6b3
MeGaGiGaGon
and
pre-commit-ci[bot]
authored
e2dc6b3
View commit details
Copy full SHA for e2dc6b3
View code at this point
Browse repository at this point
Commits on Jun 6, 2025
Fix await ellipses and remove `async/await` soft keyword/identifier support (#4676)
Show description for e5e5dad
MeGaGiGaGon
and
pre-commit-ci[bot]
authored
e5e5dad
View commit details
Copy full SHA for e5e5dad
View code at this point
Browse repository at this point
Commits on May 12, 2025
Update Prettier pre-commit configuration (#4662)
Show description for 314f8cf
cobaltt7
and
JelleZijlstra
authored
314f8cf
View commit details
Copy full SHA for 314f8cf
View code at this point
Browse repository at this point
Commits on Mar 20, 2025
update github-action to look for black version in "dependency-groups" (#4606)
Show description for dd278cb
tsvikas
authored
dd278cb
View commit details
Copy full SHA for dd278cb
View code at this point
Browse repository at this point
Commits on Mar 3, 2025
Fix bug where # fmt: skip is not being respected with one-liner functions (#4552)
Pedro-Muller29
authored
3e9dd25
View commit details
Copy full SHA for 3e9dd25
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL