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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Add a News link on the PyPI page.
Allow - as the single source filename when using the --stdin-filename option.
This makes the option compatible with Black.
Upgrade NixOS tests to use Python 3.11 on both Linux and macOS.
Fixed
Revert running commit-range from the repository itself. This broke the GitHub
action.
Python 3.12 compatibility in multi-line string scanning.
Python 3.12 compatibility for the GitHub Action.
Use the original repository working directory name as the name of the temporary
directory for getting the linter baseline. This avoids issues with Mypy when there's
an __init__.py in the repository root.
Upgrade install-nix-action to version 22 in CI to fix an issue with macOS.
Allow --target-version=py312 since newest Black supports it.
Allow a comment in milestone titles in the bump_version script.