文件名称:axblack:psfblack的叉子-默认提供单引号样式
文件大小:1.25MB
文件格式:ZIP
更新时间:2024-05-22 13:50:40
Python
毫不妥协的代码格式化程序(受损版本) ...只要是'black' axblack-默认样式 """ Module doc axblack style formatted """ def foo (): """func doc""" # double quotes for docstrings s = 'hello world' # single quotes for code stmt = ''' SELECT * FROM foo WHERE bar; ''' m = { 'a' : 'b' } # trailing comma & short line: no line break: print ( 42 ,) """ Module doc - psf/black fo