Skip to content

chore: Bump black version#1694

Open
nj1973 wants to merge 3 commits intodevelopfrom
1693-chore-bump-black-version
Open

chore: Bump black version#1694
nj1973 wants to merge 3 commits intodevelopfrom
1693-chore-bump-black-version

Conversation

@nj1973
Copy link
Collaborator

@nj1973 nj1973 commented Mar 4, 2026

Description of changes

The pinned version of black we use for formatting does not match the Black extension in VS Code which results in unnecessary manual executions of black to format using an older spec.

As we only test on Python 3.10+ I've picked the latest version of black which drops 3.9 support. We can cycle back if we think development on 3.9 is a requirement.

Issues to be closed

Closes #1693

Checklist

  • I have followed the CONTRIBUTING Guide.
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated any relevant documentation to reflect my changes, if applicable
  • I have added unit and/or integration tests relevant to my change as needed
  • I have already checked locally that all unit tests and linting are passing (use the tests/local_check.sh script)
  • I have manually executed end-to-end testing (E2E) with the affected databases/engines

@nj1973 nj1973 linked an issue Mar 4, 2026 that may be closed by this pull request
@nj1973
Copy link
Collaborator Author

nj1973 commented Mar 6, 2026

/gcbrun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: Bump black version

1 participant