Skip to content

lock black action to 24.8.0 to fix py3.8 compatibility - #441

Merged
Hidiadam merged 3 commits into
stagingfrom
fix/github-action-format
Dec 14, 2025
Merged

Hidiadam merged 3 commits into
stagingfrom
fix/github-action-format

Conversation

@Hidiadam

Copy link
Copy Markdown
Collaborator

Fix 'Format' GitHub action after new Black dropped support for running on Python 3.8 and 3.9.

Description

Fixes #

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have added tests to cover my changes.
  • All new code is fully covered by tests (see coverage report)

Fix Format GitHub action after new Black dropped support for running on Python 3.8 and 3.9.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the Format GitHub Action workflow by pinning the Black action to version 24.8.0, ensuring compatibility with Python 3.8 after newer versions of Black dropped support for running on Python 3.8 and 3.9.

Key Changes:

  • Updated Black action reference from @stable to @24.8.0 to lock to a specific version that supports Python 3.8
  • Minor whitespace adjustment on the isort command line

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/format.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@Hidiadam
Hidiadam marked this pull request as draft December 14, 2025 11:25
fix what "GitHub copilot review" fcked up
@Hidiadam
Hidiadam marked this pull request as ready for review December 14, 2025 12:55
@Hidiadam
Hidiadam merged commit 1d0d797 into staging Dec 14, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants