FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · 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
Branch selector
User selector
Datepicker
Commit history
Commits on Jan 28, 2026
chore: update pullfrog.yml workflow
pullfrog[bot]
authored
916ce4e
View commit details
Copy full SHA for 916ce4e
Browse repository at this point
Commits on Jan 13, 2026
Update pullfrog.yml to new template with env-based API keys
ssalbdivad
committed
6fd3c19
View commit details
Copy full SHA for 6fd3c19
Browse repository at this point
Commits on Dec 19, 2025
Add `pullfrog.yml` workflow
ssalbdivad
committed
b8c15b1
View commit details
Copy full SHA for b8c15b1
Browse repository at this point
Commits on Dec 12, 2025
CI: add a zizmor workflow (#4911)
Show description for c3cc5a9
woodruffw
authored
c3cc5a9
View commit details
Copy full SHA for c3cc5a9
Browse repository at this point
Commits on Dec 11, 2025
Lingering CI/CD pins, add cooldowns, remove template injections (#4906)
Show description for bfdecb1
woodruffw
authored
bfdecb1
View commit details
Copy full SHA for bfdecb1
Browse repository at this point
Upgrade PyPI upload workflow to use Trusted Publishing (#4589) (#4611)
Show description for 7916e4a
ahmed5145
and
cooperlees
authored
7916e4a
View commit details
Copy full SHA for 7916e4a
Browse repository at this point
Add CHANGES template post 25.12.0 (#4904)
cooperlees
authored
6426151
View commit details
Copy full SHA for 6426151
Browse repository at this point
Drop CI permissions, eliminate persisted credentials (#4905)
Show description for 2fd75b0
woodruffw
authored
2fd75b0
View commit details
Copy full SHA for 2fd75b0
Browse repository at this point
Commits on Dec 9, 2025
Pin all GitHub Actions references (#4901)
Show description for 23b8127
woodruffw
authored
23b8127
View commit details
Copy full SHA for 23b8127
Browse repository at this point
Commits on Dec 8, 2025
Pin actions/checkout@v5.0.0 (#4895)
cobaltt7
authored
782e560
View commit details
Copy full SHA for 782e560
Browse repository at this point
Fix new lines being added after imports with `# fmt: skip` on them (#4894)
cobaltt7
authored
f0f4094
View commit details
Copy full SHA for f0f4094
Browse repository at this point
Revert "Fix `# fmt: skip` ignored in deeply nested expressions" (#4893)
cobaltt7
authored
70fc194
View commit details
Copy full SHA for 70fc194
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
Browse repository at this point
Fix `# fmt: skip` ignored in deeply nested expressions (#4883)
Nikhil172913832
authored
5b470f0
View commit details
Copy full SHA for 5b470f0
Browse repository at this point
Commits on Dec 2, 2025
Fix crash when multiple `# fmt: skip` comments are used in multi-part if-clause (#4731) (#4872)
Show description for 1b342ef
authored
1b342ef
View commit details
Copy full SHA for 1b342ef
Browse repository at this point
Commits on Dec 1, 2025
Pin Hatch to hopefully fix Docker builds (#4878)
cobaltt7
authored
7b265f1
View commit details
Copy full SHA for 7b265f1
Browse repository at this point
Commits on Nov 29, 2025
Attempt to fix Docker build failures (#4876)
cobaltt7
authored
c9523f4
View commit details
Copy full SHA for c9523f4
Browse repository at this point
Fix crashes when fmt directives are indented (#4856)
Show description for 0f376e0
cobaltt7
and
pre-commit-ci[bot]
authored
0f376e0
View commit details
Copy full SHA for 0f376e0
Browse repository at this point
Fix `fmt: skip` skipping the line after instead of the line it's on (#4855)
Show description for a8bfcc1
cobaltt7
and
pre-commit-ci[bot]
authored
a8bfcc1
View commit details
Copy full SHA for a8bfcc1
Browse repository at this point
Upgrade mypy (#4749)
Show description for 3649771
hauntsaninja
and
cobaltt7
authored
3649771
View commit details
Copy full SHA for 3649771
Browse repository at this point
Commits on Nov 28, 2025
Fix imports from conv.py (#4787)
Show description for 93d13b2
gordonmessmer
and
cobaltt7
authored
93d13b2
View commit details
Copy full SHA for 93d13b2
Browse repository at this point
[pre-commit.ci] pre-commit autoupdate (#4786)
Show description for 96cc0fe
pre-commit-ci[bot]
and
cobaltt7
authored
96cc0fe
View commit details
Copy full SHA for 96cc0fe
Browse repository at this point
Remove old `noqa` comments and disable `C901` globally (#4874)
Show description for 58c5ac8
cobaltt7
authored
58c5ac8
View commit details
Copy full SHA for 58c5ac8
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
Browse repository at this point
Fix syntax in diff-shades conditional for compare job (#4868)
cobaltt7
authored
f5e2d06
View commit details
Copy full SHA for f5e2d06
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
Browse repository at this point
Commits on Nov 24, 2025
Bump actions/checkout from 5 to 6 (#4861)
Show description for cde9494
dependabot[bot]
authored
cde9494
View commit details
Copy full SHA for cde9494
Browse repository at this point
Bump pypa/cibuildwheel from 3.2.1 to 3.3.0 (#4862)
Show description for cbf105a
dependabot[bot]
authored
cbf105a
View commit details
Copy full SHA for cbf105a
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
Browse repository at this point
Commits on Nov 21, 2025
Fix `fix_fmt_skip_in_one_liners` crashing on `with` statements (#4853)
cobaltt7
authored
f37758e
View commit details
Copy full SHA for f37758e
Browse repository at this point
Fix `fix_fmt_skip_in_one_liners` crashing on annotated parameters (#4854)
cobaltt7
authored
300d1d8
View commit details
Copy full SHA for 300d1d8
Browse repository at this point
Fix comments being removed before fmt:off/on blocks (#4845)
Show description for efad911
authored
efad911
View commit details
Copy full SHA for efad911
Browse repository at this point
feat: add output-file input for clean Black logging (#4824)
Show description for 0c3d2ac
authored
0c3d2ac
View commit details
Copy full SHA for 0c3d2ac
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
Browse repository at this point
Commits on Nov 10, 2025
Add arm64 windows builds and tests (#4814)
Show description for f209c53
finnagin
and
cobaltt7
authored
f209c53
View commit details
Copy full SHA for f209c53
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL