diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1291aa0ae4e..81dc7337ff6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: hooks: - id: flake8 additional_dependencies: - - flake8-bugbear + - flake8-bugbear==24.2.6 - flake8-comprehensions - flake8-simplify exclude: ^src/blib2to3/ diff --git a/CHANGES.md b/CHANGES.md index 0820670feb3..a5933af55ba 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,10 +6,14 @@ +- Add support for the new Python 3.12 f-string syntax introduced by PEP 701 (#3822) + ### Stable style +- Fix crash involving indented dummy functions containing newlines (#4318) + ### Preview style @@ -46,6 +50,8 @@ +- Github Action now works even when `git archive` is skipped (#4313) + ### Documentation