We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9821a3 commit bc4fe53Copy full SHA for bc4fe53
bin/reformat
@@ -1,8 +1,6 @@
1
#!/usr/bin/env bash
2
set -ex
3
4
-# Fix typos before other changes, as they may affect formatting.
5
-codespell --write
6
find . -name '*.py' -exec python -m pyupgrade --py313-plus {} +
7
python -m isort *.py warehouse/ tests/
8
python -m black *.py warehouse/ tests/
0 commit comments