run pre-commit

This commit is contained in:
Jeff Epler 2023-12-14 15:05:43 -06:00
parent 9477574dfc
commit 998cb6929b
No known key found for this signature in database
GPG key ID: D5BF15AB975AB4DE

View file

@ -35,6 +35,7 @@ STATIC const char *get_arg_str(mp_obj_t arg, qstr name) {
}
//| """Utilities to compile possibly incomplete Python source code."""
//|
//| def compile_command(source: str, filename: str = "<input>", symbol: str = "single"):
//| """Compile a command and determine whether it is incomplete