-
d240ca25ea
Make
is_complex_subscript()
ignore list literals
Łukasz Langa
2018-06-09 15:40:39 -0700
-
94ebcb5085
Move profiling data out of tests/data
Łukasz Langa
2018-06-09 15:40:00 -0700
-
5d0a469e8e
Fix string normalization sometimes producing invalid fstrings (#327)
Zsolt Dollenstein
2018-06-09 21:30:49 +0200
-
aad62d3de8
Add .toml from tests to MANIFEST.in (#325)
Daniel M. Capella
2018-06-09 01:02:35 -0400
-
ff2e5dd6e6
18.6b2
18.6b2
Łukasz Langa
2018-06-08 12:07:43 -0700
-
5623581e09
Update README with missing Change Log entries
Łukasz Langa
2018-06-08 12:05:44 -0700
-
8482d38fb4
Return early from comment placement calculation on lines without comments
Łukasz Langa
2018-06-08 11:59:05 -0700
-
39e9347687
Add
-h
as a shortcut for --help
(#316)
Loren Carvalho
2018-06-07 21:43:04 -0500
-
7f3678885f
fix handling of empty triple quoted strings (#314)
Zsolt Dollenstein
2018-06-07 20:41:34 +0200
-
75a9447448
Don't crash the Vim plugin
Łukasz Langa
2018-06-07 11:40:41 -0700
-
ef362b4ea8
2018 is not the year of Unicode on your desktop
Łukasz Langa
2018-06-07 11:24:55 -0700
-
de702bcdf1
Preliminary work on Poetry integration
Łukasz Langa
2018-06-07 00:15:26 -0700
-
82d09eda09
Fix link
Łukasz Langa
2018-06-06 17:29:31 -0700
-
75eb91443e
It works better when dependencies are installed. Who knew?
Łukasz Langa
2018-06-06 17:13:51 -0700
-
7ba4725993
Trim TOC to fit in two lines again
Łukasz Langa
2018-06-06 17:07:07 -0700
-
fac4cf995c
Use
black .
now that we can
Łukasz Langa
2018-06-06 17:04:32 -0700
-
489d00ed8f
Support pyproject.toml
Łukasz Langa
2018-06-06 15:30:02 -0700
-
f71db23824
Move test data to data
Łukasz Langa
2018-06-06 15:39:58 -0700
-
92a150d9e4
Fix improper unmodified file caching when
-S
was used
Łukasz Langa
2018-06-06 11:58:36 -0700
-
affc0ec3f9
Update beta link in docs
Łukasz Langa
2018-06-05 17:40:00 -0700
-
e5f5d54a22
vim: add "--skip-string-normalization" support (#310)
Matthew Walster
2018-06-06 15:45:17 -0700
-
c1a962b885
Don't put a space after
*
in g = 1, *"x"
(#309)
Zsolt Dollenstein
2018-06-07 00:44:12 +0200
-
33baccd88e
Change tests with stdin/out to exercise black.main (#307)
Zsolt Dollenstein
2018-06-07 00:42:50 +0200
-
4ad7c9c107
List the Python extension for VS Code as an editor integration (#308)
Brett Cannon
2018-06-06 15:40:44 -0700
-
9e9ee449b4
Link to GitHub + HTTPS + typos (#303)
Hugo
2018-06-06 19:50:08 +0300
-
8406fcd9af
correct email for Peter Bengtsson (#302)
Peter Bengtsson
2018-06-05 20:48:53 -0400
-
26b92e66ac
acks += beterbe
Łukasz Langa
2018-06-05 10:10:15 -0700
-
ed50737290
18.6b1
18.6b1
Łukasz Langa
2018-06-05 09:49:06 -0700
-
aeaaf571ad
✨ 🍰 ✨ isn't appropriate when it fails, fixes #300 (#301)
Peter Bengtsson
2018-06-05 12:35:35 -0400
-
61a8d401c7
Print report on stderr.\n\nFixes #299.
Zsolt Dollenstein
2018-06-05 10:38:20 +0100
-
f3ea58cbc7
18.6b0
18.6b0
Łukasz Langa
2018-06-04 21:29:09 -0700
-
d638d56e0e
Fix unnecessary parentheses when a line contains multiline strings
Łukasz Langa
2018-06-04 21:27:51 -0700
-
23a00f0515
Fix long trivial assignments being wrapped in unnecessary parentheses
Łukasz Langa
2018-06-04 20:24:50 -0700
-
7fc6ce9906
Fix handling of empty files
Łukasz Langa
2018-06-04 19:04:29 -0700
-
bbc09a4f01
Consider stars in testlist_star_expr unpacking (because they are)
Łukasz Langa
2018-06-04 18:42:16 -0700
-
728e5a2f1e
Properly format unified diff
Łukasz Langa
2018-06-04 17:10:32 -0700
-
041ec995e5
Nits
Łukasz Langa
2018-06-04 16:42:10 -0700
-
ee02ebe3e9
Always show summary of reformatting
Łukasz Langa
2018-06-04 15:20:18 -0700
-
ed91dd4de6
Make source handling use sets instead of lists
Łukasz Langa
2018-06-04 12:50:24 -0700
-
e5452a6b67
Make sure --verbose trumps --quiet
Łukasz Langa
2018-06-04 12:36:35 -0700
-
00a302560b
Preserve line endings when formatting a file in place (#288)
Zsolt Dollenstein
2018-06-05 00:52:06 +0200
-
dbe26161fa
Reformat docs/conf.py, too.
Łukasz Langa
2018-06-04 12:24:20 -0700
-
75d2af2e3a
Fix missing leading slash due to
relative_to()
resolution
Łukasz Langa
2018-06-04 12:18:27 -0700
-
4c352ad4be
Add
--verbose
and report excluded paths in it, too
Łukasz Langa
2018-06-04 11:58:26 -0700
-
e7b312fb43
[trivial] Simplify
mode
and write_back
calculation in main()
Łukasz Langa
2018-06-04 11:20:15 -0700
-
1aa14c5db0
[trivial] Simplify stdin handling
Łukasz Langa
2018-06-04 11:06:38 -0700
-
4cb338e3dd
Revert "don't run tests from /build"
Łukasz Langa
2018-06-04 11:03:45 -0700
-
36bed855e1
Introduce "project root" as a concept
Łukasz Langa
2018-06-04 10:59:36 -0700
-
8b87954361
Add .pie from tests to MANIFEST.in
Łukasz Langa
2018-06-01 14:14:22 -0700
-
ecb3d8c472
python_version
=> language_version
(#296)
Anthony Sottile
2018-06-03 11:46:59 -0700
-
1687892d63
don't run tests from /build
Zsolt Dollenstein
2018-06-01 23:12:20 +0100
-
ef903ecd46
Skip symlink test if can't create one (#287)
Zsolt Dollenstein
2018-06-01 23:47:07 +0200
-
a80e037a9a
Don't over-eagerly make a path absolute if only one passed
Łukasz Langa
2018-05-31 19:47:24 -0700
-
8a82e0bf9a
Make empty --include mean "anything goes", simplify
gen_python_files_in_dir
Łukasz Langa
2018-05-31 19:40:07 -0700
-
435aa7ac4a
Reorder command-line options
Łukasz Langa
2018-05-31 19:24:09 -0700
-
6fa60ba39d
Sort default excludes, include the leading slash
Łukasz Langa
2018-05-31 19:09:51 -0700
-
51756a405c
Added --include and --exclude cli options (#281)
Mika⠙
2018-06-01 02:51:15 +0200
-
1b189f6cde
acks += Stavros; document fix, add to Pipfile
Łukasz Langa
2018-05-31 10:53:26 -0700
-
3272bbc8b3
Specify the minimum click version (#284)
Stavros Korokithakis
2018-05-31 19:46:05 +0200
-
8ebbd26888
Add --skip-string-normalization
Łukasz Langa
2018-05-30 12:54:52 -0700
-
608019dffb
Improve doc regarding PyCharm keyboard shortcut (#271)
LukasDrude
2018-05-29 23:50:15 +0200
-
f471271831
Move setuptools and wheel to dev deps, upgrade them, too
Łukasz Langa
2018-05-29 02:37:34 -0700
-
b2067aabbf
18.5b1
18.5b1
Łukasz Langa
2018-05-29 02:07:09 -0700
-
059cb12270
Change minor whitespace in "Usage"
Łukasz Langa
2018-05-29 02:04:57 -0700
-
023e61a254
Refactor --pyi and --py36 into FileMode
Łukasz Langa
2018-05-29 01:53:54 -0700
-
ad01a51868
Mention fix for #196 in the README
Łukasz Langa
2018-05-29 01:12:16 -0700
-
2057bf6fae
Clean up PEP 257 support
Łukasz Langa
2018-05-29 00:47:52 -0700
-
e818260f1a
Class new line between docstrings / vars / methods (#219)
Luka Sterbic
2018-05-29 08:48:59 +0200
-
2ff05f2584
Fix dangling file in documentation
Łukasz Langa
2018-05-28 23:19:40 -0700
-
6d924b01e4
Reword isort configuration, add --combine-as
Łukasz Langa
2018-05-28 23:15:07 -0700
-
d320e283aa
Add isort args to README (#268)
Jason Friedland
2018-05-29 16:06:02 +1000
-
fd9bd07fe5
Add instructions for running Black on save in Vim (#255)
Mahmoud Hossam
2018-05-26 22:01:17 +0200
-
e9a940d69e
Remove remains of extra empty lines for flow control statements
Łukasz Langa
2018-05-24 13:32:52 -0700
-
bbed104e6d
Reword --pyi and --py36 documentation
Łukasz Langa
2018-05-23 11:52:41 -0700
-
230f1d277c
Update changelog for PR 249.
Carl Meyer
2018-05-23 12:13:13 -0600
-
07b1b2f3dd
Add --pyi and --py36 flags (#249)
Carl Meyer
2018-05-23 12:01:27 -0600
-
c7bc22388d
tweak grammar in docs about fluent interfaces (#247)
wouter bolsterlee
2018-05-22 17:54:28 +0200
-
658eb7161d
Fix unstable formatting on trailers omitted from line splitting with comments
Łukasz Langa
2018-05-22 00:38:31 -0700
-
9a6c88c7f4
Fix invalid code on stars in long from-imports being wrapped in parentheses
Łukasz Langa
2018-05-21 16:35:45 -0700
-
808754af18
Fix optional parentheses being removed within
# fmt: off
sections
Łukasz Langa
2018-05-21 15:20:19 -0700
-
86e1c36507
Sentence case (#242)
Hugo
2018-05-21 23:20:41 +0300
-
91de9ea6e3
Fix invalid code in an omitted trailer on large expressions
Łukasz Langa
2018-05-21 12:29:36 -0700
-
f1f12284e0
Mention fix for pickle files
Łukasz Langa
2018-05-21 11:22:08 -0700
-
5fd1e91bff
Add navigation (#229)
Carol Willing
2018-05-21 09:58:04 -0700
-
34646945e7
README updates (#235)
Hugo
2018-05-20 19:50:41 +0300
-
c891c65b6b
Store grammar pickle caches in CACHE_DIR
Łukasz Langa
2018-05-19 14:04:38 -0700
-
5070a24121
Include blib2to3 LICENSE file (#230)
Christian Heimes
2018-05-19 22:09:20 +0200
-
642f240253
Remove grammar pickles from git (#225)
Christian Heimes
2018-05-18 16:59:05 -0400
-
fef8c71cb7
Include stub files (*.pyi) (#222)
Christian Heimes
2018-05-18 13:24:15 -0400
-
7395f55564
18.5b0
18.5b0
Łukasz Langa
2018-05-17 17:31:22 -0700
-
180bc06ede
Don't explode a one-element collection ending with a comma.
Łukasz Langa
2018-05-17 15:07:40 -0700
-
87b8df28c4
Fix overly optimistic removal of optional parentheses
Łukasz Langa
2018-05-17 14:49:31 -0700
-
385e3a1049
Don't allow indexing to trigger omitting optional parentheses
Łukasz Langa
2018-05-17 11:52:47 -0700
-
5dfc911e6b
Fix consecutive string literals not forcing optional parentheses
Łukasz Langa
2018-05-17 11:20:36 -0700
-
31fbd1982f
Avoid treating ellipsis as a dot delimiter
Łukasz Langa
2018-05-17 11:19:32 -0700
-
dd4477b701
Always explode data structure literals
Łukasz Langa
2018-05-16 21:33:29 -0700
-
dafa12f10b
Consistent empty lines in the README
Łukasz Langa
2018-05-16 19:35:46 -0700
-
e94bda11c3
Fix double colon (#216)
Hynek Schlawack
2018-05-16 23:38:47 -0400
-
3ad0f5855c
Fix multiline strings unnecessarily wrapped in optional parentheses
Łukasz Langa
2018-05-16 19:19:48 -0700
-
665ed8a240
Explain automatic parentheses management better
Łukasz Langa
2018-05-16 15:26:36 -0700