black/tests
Łukasz Langa 6316e293ac Automatic detection of deprecated Python 2 forms of print and exec
Note: if those are handled, you can't use --safe because this check is using
Python 3.6+ builtin AST.

Fixes #49
2018-03-22 23:19:23 -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 Treat comments less magically 2018-03-20 18:55:19 -07:00
comments.py Treat comments less magically 2018-03-20 18:55:19 -07:00
composition.py Initial commit 2018-03-14 12:55:32 -07:00
empty_lines.py Treat comments less magically 2018-03-20 18:55:19 -07:00
expression.py Don't remove the single trailing comma from square bracket indexing 2018-03-22 16:33:50 -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 Automatic detection of deprecated Python 2 forms of print and exec 2018-03-22 23:19:23 -07:00
import_spacing.py Treat comments less magically 2018-03-20 18:55:19 -07:00
python2.py Automatic detection of deprecated Python 2 forms of print and exec 2018-03-22 23:19:23 -07:00
test_black.py Automatic detection of deprecated Python 2 forms of print and exec 2018-03-22 23:19:23 -07:00