Auto-update pre-commit repositories and fix. (#3427)

The version of `flake8` was too old to support with Python 3.12 -- there
is new F-string support that caused false positives sadly. The updated
version has fixes for all of these.

This in turn updates codespell which has picked up several new fixes
that actually fire in our code, so also fix everything. While we don't
do more in-depth updates to old proposals, similar to simply fixing
broken links, fixing automatically detected typos seems scalable and
fine.

All edits were automatically generated here.
This commit is contained in:
Chandler Carruth
2023-11-28 17:17:28 +00:00
committed by GitHub
parent a307e7a72a
commit 01e12111a8
9 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ class Annotations {
// Rewrites the `cpp_code`, return the Carbon equivalent. If the text has no
// source range annotated with $[[...]]$, the entire translation unit will be
// migrated and output. Otherwise, only the migrated output corresponding to the
// annotated range will be be output. No more than one range may be annoated at
// annotated range will be be output. No more than one range may be annotated at
// all.
//
// This annotation mechanism is useful in that it allows us to specifically test