You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git commit -m "Auto-format Python code with Black This commit was automatically generated by the CI workflow to fix Python code formatting issues detected by Black."
title: "🤖 Auto-fix: Format Python code with Black"
212
+
title: "Format Python code with psf/black push"
213
+
commit-message: ":art: Format Python code with psf/black"
251
214
body: |
252
-
## 🤖 Automatic Code Formatting
253
-
254
-
This pull request was automatically created by the CI workflow to fix Python code formatting issues detected by [Black](https://github.com/psf/black).
255
-
256
-
### Changes Made:
257
-
- Formatted Python code according to Black's style guidelines
258
-
- No functional changes, only formatting improvements
259
-
260
-
### Review Notes:
261
-
- This PR contains only formatting changes
262
-
- All functionality remains identical
263
-
- CI tests should pass with these changes
264
-
265
-
---
266
-
*Generated automatically by GitHub Actions*
267
-
base: main
268
-
labels: |
269
-
automated
270
-
formatting
271
-
draft: false
272
-
273
-
- name: Report formatting status
274
-
run: |
275
-
if [ "$IS_FORMATTED" == "true" ]; then
276
-
echo "✅ Formatting issues detected and auto-fix PR created!"
277
-
echo "📝 Check the 'Pull requests' tab for the auto-generated formatting fix."
0 commit comments