Commit Graph

  • 7c556faf5f Ignore broken E203 (#910) Juan Luis Cano Rodríguez 2019-06-25 16:27:02 +0200
  • 1fbf7251cc Add W503 to default flake8 ignore list (#894) Adam Johnson 2019-06-16 16:39:03 +0100
  • 5206560946
    add change log entry Zsolt Dollenstein 2019-06-15 07:36:34 +0100
  • 8f380911e0
    Pin comment to single leaf in invisible parens (#872) Zsolt Dollenstein 2019-06-15 07:29:09 +0100
  • 9394de150e Fix trailing comma for function with one arg (#880) (#891) dylanjblack 2019-06-15 14:49:49 +1000
  • 1bbb01b854 Add Datadog to list of users (#876) Ofek Lev 2019-06-06 03:34:58 -0400
  • d410763d8d Add link to the pyproject.toml for setting up pre-commit hook (#885) Aviskar KC 2019-06-06 13:18:09 +0545
  • 7ce3894f23 [blib2to3] Fixed a typo and removed an unused import. (#848) Mike 2019-05-26 06:10:14 -0400
  • 1c43252aa3 fix some out-of-date docstrings; other cleanup (#865) Jelle Zijlstra 2019-05-26 03:09:11 -0700
  • bc7a4b2391 Document cache location configuration (#866) Yngve Høiseth 2019-05-26 12:08:22 +0200
  • 340d87b47c Document the need to enter the virtual environment shell (#868) Yngve Høiseth 2019-05-26 11:58:29 +0200
  • 519c06a8cc
    Don't introduce quotes to f-string sub-expressions on string boundaries (#871) Zsolt Dollenstein 2019-05-26 11:58:00 +0200
  • 5b01a8e3b0
    bump Pipfile.lock Zsolt Dollenstein 2019-05-26 11:45:47 +0200
  • cbe455ad66 minor performance improvement (~2% speedup in unit tests) (#858) Michael Flaxman 2019-05-21 22:02:17 -0500
  • a4399f3054 Add doc clarifying that there is no blackd client (#859) Stephen Rosen 2019-05-20 13:57:09 -0400
  • b85c345dbc Remove happiness of error message (#852) Katie McLaughlin 2019-05-16 22:02:17 +1000
  • 957ba24bb6
    remove obviously unnecessary parentheses (#850) Jelle Zijlstra 2019-05-15 21:11:04 -0700
  • 188c31db7c
    Mention support for async generators Łukasz Langa 2019-05-09 18:19:33 +0200
  • 189520bff1
    Change log wording and ordering Łukasz Langa 2019-05-09 18:18:10 +0200
  • bc36e95966
    acks += bgw Łukasz Langa 2019-05-09 18:04:09 +0200
  • 448885b256
    Move tokenizer config onto grammar, rename flag Benjamin Woodruff 2019-05-08 16:38:38 -0400
  • f8617f975d
    Add support for always tokenizing async/await as keywords Benjamin Woodruff 2019-05-08 15:06:44 -0400
  • 8c8adedc2a
    acks += revfried Łukasz Langa 2019-05-09 17:08:31 +0200
  • 0aa21af9e1
    Mention fix for backslashes before standalone comments Łukasz Langa 2019-05-09 17:07:06 +0200
  • 2227e6b1cd
    Remove spurious prints Łukasz Langa 2019-05-09 04:49:48 +0200
  • 6bb90f22ed
    Use to handle legacy async/await handling in assert_equivalent Łukasz Langa 2019-05-08 23:33:39 +0200
  • f5381c7c5f Add PyCon talk link to README (#844) Carol Willing 2019-05-08 11:52:41 -0700
  • 866be06646 Make --safe work for Python2.7 syntax, by using typed_ast for safe validation (#840) Jason Fried 2019-05-08 10:45:59 -0400
  • 6fdbdb4ee3
    Avoid unstable formatting when comment follows escaped newline. (#839). Fixes #767. Carl Meyer 2019-05-08 09:53:20 -0400
  • f50ba078b3 Minor README updates (#842) Hugo 2019-05-08 16:06:19 +0300
  • a23f4cfdbd
    Mention Elpy Łukasz Langa 2019-05-07 22:16:29 +0200
  • 3b96abdb80
    humility -= 1 Łukasz Langa 2019-05-07 20:29:31 +0200
  • 4931ddd0b1 Use g:pymode_python-defined interpreter if defined and exists, otherwise use existing defaults (#666) pmacosta 2019-05-07 13:28:56 -0400
  • 14cbf737df
    don't run more than 61 workers on Windows (#838) Jelle Zijlstra 2019-05-07 13:11:20 -0400
  • 3b2297f6fd Describe how to add black to Wing IDE (#758) Arjaan Buijk 2019-05-07 10:17:00 -0400
  • 06004cd319 Add black -c "code" (#761) Jelle Zijlstra 2019-05-07 09:58:59 -0400
  • e7a44296c3 Remove deprecated license_file from setup.cfg (#825) Jon Dufresne 2019-05-07 06:57:44 -0700
  • 4a7da71069
    add to changelog Jelle Zijlstra 2019-05-07 09:52:41 -0400
  • de806405d2 Add parentheses around tuple unpack assignment (#832) Jelle Zijlstra 2019-05-07 09:51:28 -0400
  • 18119d3846 Remove unnecessary parens around yield (#834) Jelle Zijlstra 2019-05-07 09:49:50 -0400
  • c2c2f72038 Update calver version number (#835) Hugo 2019-05-07 05:02:09 +0300
  • dd5777af06
    add to CHANGELOG Jelle Zijlstra 2019-05-06 11:09:04 -0400
  • 6b994fdb8a
    fix handling of comments in from imports (#829) Jelle Zijlstra 2019-05-06 09:13:25 -0400
  • e6ddb68c78 Wrap loop.run_in_executor up in asyncio.ensure_future for reliable cross-platform berhavior. (#679) Tom Christie 2019-05-05 19:58:26 +0100
  • 4a953b7241 ambv/black -> python/black (#819) Hugo 2019-05-02 22:19:52 +0300
  • 597a0e102c Fix B011 (#820) Hugo 2019-05-02 22:09:49 +0300
  • acafdcb594 minor: remove wrong comment in .flake8 (#788) Daniel Hahler 2019-05-02 19:03:02 +0200
  • cea13f4984
    Split the TRAILING_COMMA feature (#763) Jelle Zijlstra 2019-03-25 08:22:02 -0700
  • 0b7913f904 Terget version option kebab-style (#770) Daniele Esposti 2019-03-20 15:40:01 +0000
  • a2f6706a1e fix vim plugin for 19.3b0 (#755) (#766) Thom Lu 2019-03-17 11:27:50 -0500
  • ba64fc757c
    redo grammar selection, add test (#765) Jelle Zijlstra 2019-03-16 11:35:18 -0700
  • 2410213857 fix appveyor deploy section Zsolt Dollenstein 2019-03-16 16:26:50 +0000
  • f68500497f
    Use new github token for appveyor release Zsolt Dollenstein 2019-03-16 14:00:59 +0000
  • f92cd878ad
    add change log entry (#764) Jelle Zijlstra 2019-03-15 11:42:24 -0700
  • b396f13761 fix incorrect call (#762) Jelle Zijlstra 2019-03-15 10:39:08 -0700
  • d6db1c12a8 Fix print() function on Python 2 (#754) Andy Freeland 2019-03-14 16:42:54 -0700
  • 026c81b834
    v19.3b0 19.3b0 Łukasz Langa 2019-03-14 18:09:10 +0100
  • 129ebd53a6 Add back --py36 as a deprecated option (#750) Jelle Zijlstra 2019-03-14 09:31:27 -0700
  • 6af55d8851
    Mention tab comment fixes, extend tests Łukasz Langa 2019-03-14 17:08:45 +0100
  • ee7151e50f
    Mention atomic cache creation in the change log Łukasz Langa 2019-03-14 16:40:31 +0100
  • 416821947a Indicate that PyCharm instructions also work with IntelliJ (#681) Greg Gandenberger 2019-03-14 11:16:40 -0500
  • cfa2557df0 Update README.md - Pycharm instructions not working for files path containing white spaces (#659) Heaford 2019-03-14 16:10:49 +0000
  • 6b381c784b
    Mention fix for #632 in the change log Łukasz Langa 2019-03-14 16:34:40 +0100
  • ca9ad698ef
    Enhance the type comment patch Łukasz Langa 2019-03-14 16:26:06 +0100
  • ca679cd177 Fix PyCharm instructions in README (#701) Russell Davis 2019-03-14 05:45:38 -0700
  • d00eac9944 Fix PendingDeprecationWarning: Task.all_tasks() is deprecated, use asyncio.all_tasks() instead (#741) Hugo 2019-03-14 14:41:42 +0200
  • 53e72102e9
    Updates to the change log Łukasz Langa 2019-03-14 13:25:46 +0100
  • 087fedb17e
    Simplify the #606 patch Łukasz Langa 2019-03-14 13:18:12 +0100
  • 227c2d77b4 Changes default logger used by blib2to3 Driver (#732) Anders-Petter Ljungquist 2019-03-14 13:39:42 +0100
  • 275a85f598
    Update Pipfile environment Łukasz Langa 2019-03-14 13:17:34 +0100
  • 1f2138f872
    Add pip-wheel-metadata/ to ignores Łukasz Langa 2019-03-14 13:16:36 +0100
  • ea55ff2878
    remove Python implementation-specific versions (#736) Jelle Zijlstra 2019-03-07 16:34:34 -0800
  • 1580477615 Put cursor in last line if old position is invalid (#641) Sami Salonen 2019-03-07 05:34:17 +0200
  • 21ab37a5d9
    remove --py36 (#724) Jelle Zijlstra 2019-02-24 09:15:03 -0800
  • f5b14b1afd
    split long del statements into multiple lines (#698) Jelle Zijlstra 2019-02-22 22:00:40 -0800
  • 2ae5ce1e6e Fix example with well formated code (add missing comma) (#720) programmer04 2019-02-20 20:11:14 +0100
  • 118b612059 Improve examples to use 88 chars line length (#677) (#714) sponsfreixes 2019-02-15 22:18:58 -0800
  • a00f426637 add missing aiohttp dep (#699) Jelle Zijlstra 2019-02-14 12:23:56 -0800
  • a1fd7b26e7 Add PyCharm setup step (#680) Greg Gandenberger 2019-02-13 19:41:58 -0600
  • 250ba7f04b Remove numeric underscore normalization (#696) Zsolt Dollenstein 2019-02-07 03:16:49 +0000
  • 36d3c516d3
    Add --target-version option to allow users to choose targeted Python versions (#618) Jelle Zijlstra 2019-02-06 18:43:50 -0800
  • a9d8af466a 'sudo: required' no longer required https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration (#694) Hugo 2019-02-06 18:07:31 +0200
  • ae8ea510e3 Properly close the code block in README (#695) Jakub Kadlubiec 2019-02-06 17:05:40 +0100
  • 9d749280bb show how to exclude individual files in the exclude example (#663) Nathan Goldbaum 2019-02-05 12:50:59 -0600
  • fd9f529d8b Update readthedocs.yml (#611) Kyle Sunden 2019-02-04 21:12:51 -0600
  • a862795e1a Format pyi files correctly (#599) Bryan Forbes 2019-02-04 21:08:06 -0600
  • 66aa676278 Fix indent calculation with tabs when computing prefixes (#595) Samuel Cormier-Iijima 2019-02-04 21:55:01 -0500
  • f6643c4f0c Fix location of expression.diff in the change notification message (#670) Jan Hnátek 2019-02-05 03:42:42 +0100
  • 1ec2470da7 chore: Fix noqa comment (#684) Jimmy Jia 2019-01-29 16:46:19 -0500
  • 4d3107233f Atomically write cache files (#674) Anthony Sottile 2019-01-18 20:59:17 -0800
  • bc7e5c949f Turn off pre-commit's automatic parallelization for black (#675) Anthony Sottile 2019-01-18 12:52:56 -0800
  • 7546ed292c delete some dead code (#669) Anthony Sottile 2019-01-12 09:23:20 -0800
  • 024c9cab55 Add support for special comments in multiline functions (#642) Utsav Shah 2019-01-05 11:20:12 -0800
  • 283a5d53a8 README.md: fix mailto link (#660) Kenyon Ralph 2019-01-05 10:46:07 -0800
  • 3b72ed0d48 Improve an error message when failed to load pyproject.toml (#653) Tsuyoshi Hombashi 2018-12-31 22:03:31 +0900
  • fe24a15b84 Fix multiprocessing support for Windows binary (#632) Peter Stensmyr 2018-12-15 02:01:50 +1100
  • 0b40a7badf Add CORS support to blackd (#627) Tushar Chandra 2018-12-10 02:15:57 -0600
  • 55121195ce Add .eggs to default exclusions (#629) Jim Brännlund 2018-11-29 23:27:08 +0100
  • 4809e365d4 Silence expected stderr (#621) Jim Brännlund 2018-11-29 22:43:22 +0100
  • 48022801fb Reflect renaming of IPython notebook to Jupyter (#616) Scott Stevenson 2018-11-23 06:08:20 +0000