black/tests
treuherz 10d8976a79 Add piping from stdin to stdout with a - (#25)
Being able to format code by piping it through the formatter makes it much easier to integrate with tools like google/vim-codefmt or Chiel92/vim-autoformat.
2018-03-19 11:07:10 -07:00
..
.flake8 Initial commit 2018-03-14 12:55:32 -07:00
cantfit.py Initial commit 2018-03-14 12:55:32 -07:00
comments2.py Line breaks before logical operators (#36) 2018-03-16 21:45:51 -07:00
comments.py Initial commit 2018-03-14 12:55:32 -07:00
composition.py Initial commit 2018-03-14 12:55:32 -07:00
expression.py More support for numpy tuple indexing 2018-03-17 02:39:53 -07:00
fstring.py Only use trailing commas in function signatures when it's safe 2018-03-15 19:44:09 -07:00
function.py Remove the trailing comma if there is only one argument to a call 2018-03-16 17:32:55 -07:00
import_spacing.py Consolidate empty line handling in EmptyLineTracker 2018-03-17 00:40:21 -07:00
test_black.py Add piping from stdin to stdout with a - (#25) 2018-03-19 11:07:10 -07:00