list(arg for arg in args.split(","))
args.split(",")
black -l 100
Could you add a pyproject.toml file that configures black for this?
pyproject.toml
black
rebased onto 7e3d9b90ef898702ccb12beafb82e794ddbc9db4
Done.
:thumbsup:
Pull-Request has been merged by ngompa
list(arg for arg in args.split(","))with justargs.split(",")black -l 100(88 is too short!)