We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a4f9b9 + 73333bd commit 5c6722fCopy full SHA for 5c6722f
scripts/format.sh
@@ -32,7 +32,6 @@ run_formatter() {
32
echo "$CHANGED_FILES" | xargs -r "$@"
33
}
34
35
-no-implicit-optional --use-union-or .
36
run_formatter pyupgrade --exit-zero-even-if-changed --py310-plus
37
run_formatter autoflake -i -r --remove-all-unused-imports
38
run_formatter ruff check --fix-only
0 commit comments