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 e52273d commit 5bfa790Copy full SHA for 5bfa790
scripts/format.sh
@@ -32,7 +32,7 @@ run_formatter() {
32
echo "$CHANGED_FILES" | xargs -r "$@"
33
}
34
35
-run_formatter no_implicit_optional --use-union-or
+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