black/tests
Łukasz Langa 2f260514f6 Ignore # fmt: off as inline comment
Black cannot currently support this form due to its generator-based nature.
This is mostly a problem for existing `# yapf: disable` usage as trailing
comment.

Fixes #95
2018-04-01 00:08:09 -07:00
..
cantfit.py Initial commit 2018-03-14 12:55:32 -07:00
comments2.py Normalize string quotes (#75) 2018-03-31 11:21:25 -07:00
comments3.py Normalize string quotes (#75) 2018-03-31 11:21:25 -07:00
comments4.py Normalize string quotes (#75) 2018-03-31 11:21:25 -07:00
comments.py Normalize string quotes (#75) 2018-03-31 11:21:25 -07:00
composition.py Normalize string quotes (#75) 2018-03-31 11:21:25 -07:00
debug_visitor.out blib2to3: Never put prefixes on INDENT leaves either 2018-03-23 17:15:47 -07:00
debug_visitor.py Introduce DebugVisitor.show() + tests 2018-03-23 16:08:05 -07:00
empty_lines.py Normalize string quotes (#75) 2018-03-31 11:21:25 -07:00
expression.diff Support --diff for both files and stdin 2018-03-31 15:46:09 -07:00
expression.py Lines now break before all delimiters (#94) 2018-03-31 11:52:11 -07:00
fmtonoff.py Ignore # fmt: off as inline comment 2018-04-01 00:08:09 -07:00
fstring.py Normalize string quotes (#75) 2018-03-31 11:21:25 -07:00
function.py Don't insert trailing commas after standalone comments 2018-03-31 23:32:11 -07:00
import_spacing.py Lines now break before all delimiters (#94) 2018-03-31 11:52:11 -07:00
python2.py Automatic detection of deprecated Python 2 forms of print and exec 2018-03-22 23:19:23 -07:00
string_quotes.py Normalize string quotes (#75) 2018-03-31 11:21:25 -07:00
test_black.py Improve test coverage a bit 2018-03-31 15:46:09 -07:00