#53 spectool: code cosmetics and use black (with --line-length 100)
Merged by ngompa. Opened by decathorpe.
Unknown source master

Download 53.patch
  • replaces list(arg for arg in args.split(",")) with just args.split(",")
  • reformatted code with black -l 100 (88 is too short!)

Could you add a pyproject.toml file that configures black for this?

rebased onto 7e3d9b90ef898702ccb12beafb82e794ddbc9db4

Done.

:thumbsup:

Pull-Request has been merged by ngompa

Metadata