Skip to content

Commit bc4fe53

Browse files
committed
chore: remove automatic spelling fixes
Let the user determine the correct spelling. Signed-off-by: Mike Fiedler <miketheman@gmail.com>
1 parent f9821a3 commit bc4fe53

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/reformat

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/usr/bin/env bash
22
set -ex
33

4-
# Fix typos before other changes, as they may affect formatting.
5-
codespell --write
64
find . -name '*.py' -exec python -m pyupgrade --py313-plus {} +
75
python -m isort *.py warehouse/ tests/
86
python -m black *.py warehouse/ tests/

0 commit comments

Comments
 (0)