Commit Graph

  • 777cae55b6
    Use parentheses on method access on float and int literals (#2799) Shivansh-007 2022-01-28 11:01:50 +0530
  • b92822afee
    more trailing comma tests (#2810) Jelle Zijlstra 2022-01-26 19:44:39 -0800
  • b517dfb396
    black-primer: stop running it (#2809) Jelle Zijlstra 2022-01-26 17:18:43 -0800
  • 889a8d5dd2
    Fix crash on some power hugging cases (#2806) Jelle Zijlstra 2022-01-26 16:47:36 -0800
  • 32dd9ecb2e
    properly run ourselves twice (#2807) Jelle Zijlstra 2022-01-25 15:58:58 -0800
  • 6417c99bfd
    Hug power operators if its operands are "simple" (#2726) Richard Si 2022-01-24 22:13:34 -0500
  • 73cb6e7734
    Make SRC or code mandatory and mutually exclusive (#2360) (#2804) Felix Hildén 2022-01-24 17:35:56 +0200
  • 3905173cb3
    Use magic_trailing_comma and preview for FileMode in fuzz (#2802) Nikita Sobolev 2022-01-23 23:34:29 +0300
  • d2c938eb02
    Remove Beta mentions in README + Docs (#2801) Cooper Lees 2022-01-23 12:34:01 -0800
  • 6e3677f3f0
    Allow blackd to be run as a package (#2800) Richard Si 2022-01-23 11:49:11 -0500
  • 022f89625f
    Enable pattern matching by default (#2758) Batuhan Taskaya 2022-01-22 23:05:26 +0300
  • b3b341b44f
    Mention "skip news" label in CHANGELOG action (#2797) Shantanu 2022-01-22 07:30:18 -0800
  • 811de5f36b
    Refactor logic for stub empty lines (#2796) Shantanu 2022-01-22 07:29:38 -0800
  • fb1d1b2fc8
    Mark Felix and Batuhan as maintainers (#2794) Richard Si 2022-01-22 06:08:27 -0500
  • 10677baa40
    Allow setting custom cache directory on all platforms (#2739) Perry Vargas 2022-01-21 22:00:33 -0800
  • d24bc4364c
    Switch to Furo (#2793) Richard Si 2022-01-21 18:00:13 -0500
  • 95c03b9638
    add wind technology software projects using black (#2792) Rob Hammond 2022-01-21 11:23:26 -0700
  • e0c572833a
    Set click lower bound to 8.0.0 (#2791) Shivansh-007 2022-01-21 22:24:57 +0530
  • 4ea75cd495
    Add support for custom python cell magics (#2744) Michael Marino 2022-01-21 01:45:28 +0100
  • e66e0f8ff0
    Hint at likely cause of ast parsing failure in error message (#2786) emfdavid 2022-01-20 18:48:49 -0500
  • 6e97c5f47c
    Deprecate ESP and move the functionality under --preview (#2789) Felix Hildén 2022-01-21 01:42:07 +0200
  • 9bd4134f31
    Fix and speedup diff-shades integration (#2773) Richard Si 2022-01-19 22:05:58 -0500
  • 8c22d232b5
    Create --preview CLI flag (#2752) Felix Hildén 2022-01-20 03:34:52 +0200
  • 98db4abc21
    Fix typo in diff_shades.yml workflow (#2778) Jelle Zijlstra 2022-01-17 07:52:29 -0800
  • 1d2ed2bb42
    Bump sphinx from 4.3.2 to 4.4.0 in /docs (#2776) dependabot[bot] 2022-01-17 06:50:27 -0800
  • 33e3bb1e4e
    [trivial] Use proper test cases on unittest (#2775) Batuhan Taskaya 2022-01-16 01:19:37 +0300
  • 5fe6d48fcd
    Dont require typing-extensions in 3.10 (GH-2772) Marco Edward Gorelli 2022-01-15 04:24:55 +0000
  • 565f9c92b7
    CI: add diff-shades integration (#2725) Richard Si 2022-01-13 21:50:02 -0500
  • 5543d1b55a
    Added decent coloring (#2712) VanSHOE 2022-01-14 08:01:08 +0530
  • 7a29568115
    Don't make redundant copies of the DFA (#2763) Batuhan Taskaya 2022-01-14 05:01:44 +0300
  • 799f76f537
    Normalise string prefix order (#2297) Felix Hildén 2022-01-13 19:59:43 +0200
  • f298032ddb
    don't expect changes on poetry (#2769) Jelle Zijlstra 2022-01-13 09:33:56 -0800
  • 8954e58ccf
    Change installation url to comply with git security change (#2765) Jeffrey Lazar 2022-01-11 17:37:07 -0500
  • 4efb795129
    Change git url for pip installation in README (#2761) cbows 2022-01-11 18:31:07 +0100
  • 0f26a0369e
    Fix handling of standalone match/case with newlines/comments (#2760) Batuhan Taskaya 2022-01-10 23:22:07 +0300
  • 3e731527e4
    Speed up new backtracking parser (#2728) Batuhan Taskaya 2022-01-10 21:22:00 +0300
  • 521d1b8129
    Enhance --verbose (#2526) Shivansh-007 2022-01-10 19:28:35 +0530
  • e401b6bb1e
    Remove Python 2 support (#2740) Richard Si 2022-01-10 07:16:30 -0500
  • e64949ee69
    Fix call patterns that contain as-expression on the kwargs (#2749) Batuhan Taskaya 2022-01-07 19:51:36 +0300
  • ea4c772746
    Action: Support running in a docker container (#2748) Josh Owen 2022-01-07 11:50:50 -0500
  • 05e1fbf27d
    Stubs: preserve blank line between attributes and methods (#2736) Richard Si 2022-01-07 11:38:03 -0500
  • 668bace2ab
    Improve CLI reference wording (#2753) Felix Hildén 2022-01-07 18:19:03 +0200
  • 8a84bebcfc
    Documentation: include Wing IDE 8 integrations (GH-2733) Gunung Pambudi Wibisono 2022-01-02 10:33:20 +0700
  • 4f5268af4f
    Primer: exclude crashing sqlalchemy file for now (GH-2735) Richard Si 2021-12-30 19:59:53 -0500
  • b8df7e4b10
    Drop upper version bounds on dependencies (GH-2718) Jelle Zijlstra 2021-12-30 22:17:11 +0100
  • 092959ff1f
    Support pytest 7 by fixing broken imports (GH-2705) Miro Hrončok 2021-12-25 04:28:43 +0100
  • ced2d65679
    remove all type: ignores in src/black (GH-2720) Marco Edward Gorelli 2021-12-25 02:25:03 +0000
  • f0a99f6402
    Update contributing wording (#2719) Felix Hildén 2021-12-21 20:43:10 +0200
  • 3fafd806b3
    Support multiple top-level as-expressions on case statements (#2716) Batuhan Taskaya 2021-12-21 21:16:55 +0300
  • c758126a27
    Remove usage of Pipenv, rely on good ol' pip and virtualenv in docs (#2717) Łukasz Langa 2021-12-21 17:24:20 +0100
  • 7c94ed61a5
    Define is_name_token (and friends) to resolve some type: ignores (GH-2714) Marco Edward Gorelli 2021-12-21 16:20:55 +0000
  • 389e9c23a9
    Disable universal newlines when reading TOML (#2408) Taneli Hukkinen 2021-12-21 18:03:07 +0200
  • c5b458ef4b
    Bump myst-parser from 0.16.0 to 0.16.1 in /docs (#2710) dependabot[bot] 2021-12-20 07:42:03 -0800
  • 6ef3e466db
    Bump sphinx from 4.3.1 to 4.3.2 in /docs (#2709) dependabot[bot] 2021-12-20 07:24:53 -0800
  • b97ec62368
    Imply 3.8+ when annotated assigments used with unparenthesized tuples (#2708) Batuhan Taskaya 2021-12-18 00:43:14 +0300
  • 61fe8418cc
    Use 'python -m build' to build wheel and source distributions (#2701) Mike Taves 2021-12-16 16:35:01 +1300
  • dc90d4951f
    Unpacking on flow constructs (return/yield) now implies 3.8+ (#2700) Batuhan Taskaya 2021-12-16 03:17:33 +0300
  • f10ce0c942
    Bump pre-commit/action from 2.0.2 to 2.0.3 (GH-2695) dependabot[bot] 2021-12-15 18:55:26 -0500
  • e9f520c16a
    Bump myst-parser from 0.15.2 to 0.16.0 in /docs (GH-2696) dependabot[bot] 2021-12-15 18:26:01 -0500
  • 3501cefb09
    Include underlying error when AST safety check parsing fails (#2693) Richard Si 2021-12-14 21:21:28 -0500
  • 93701d249e
    use valid package-ecosystem key (#2694) aru 2021-12-14 21:21:15 -0500
  • 72fbacd996
    chore: dump docs deps and pre-commit hooks (#2676) Richard Si 2021-12-14 20:25:47 -0500
  • 3083f4470b
    Don't colour diff headers white, only bold (GH-2691) Richard Si 2021-12-14 19:32:14 -0500
  • ab86513710
    from __future__ import annotations now implies 3.7+ (#2690) Batuhan Taskaya 2021-12-15 02:22:56 +0300
  • 1c6b3a3a6f
    Support as-expressions on dict items (GH-2686) Batuhan Taskaya 2021-12-13 00:10:22 +0300
  • e7ddf524b0
    Show details when a regex fails to compile (GH-2678) Jelle Zijlstra 2021-12-07 19:13:05 -0800
  • 085efac037
    no longer expect changes on pyanalyze (#2674) Jelle Zijlstra 2021-12-05 15:47:53 -0800
  • f1d4e742c9
    Prepare for release 21.12b0 (GH-2673) 21.12b0 Richard Si 2021-12-05 16:39:34 -0500
  • 28ab82aab0
    perf: drop the initial stack copy (#2670) Batuhan Taskaya 2021-12-06 00:03:48 +0300
  • d9eee31ec8
    blib2to3 can raise TokenError and IndentationError too (#2671) Richard Si 2021-12-05 11:53:58 -0500
  • 9424e795bf
    Reorganize changelog (#2669) Jelle Zijlstra 2021-12-04 15:57:40 -0800
  • dc8cdda8fd
    tell users to use -t py310 (#2668) Jelle Zijlstra 2021-12-04 15:30:23 -0800
  • f52cb0fe37
    Don't let TokenError bubble up from lib2to3_parse (GH-2343) Tanvi Moharir 2021-12-05 01:51:26 +0530
  • 136930fccb
    Make star-expression spacing consistent in match/case (#2667) Batuhan Taskaya 2021-12-03 17:49:33 +0300
  • bd9d52b52d
    Remove regex dependency (GH-2663) Jelle Zijlstra 2021-12-02 14:35:02 -0800
  • 20d7ae0676
    Ensure match/case are recognized as statements (#2665) Batuhan Taskaya 2021-12-02 20:58:22 +0300
  • b0c2bcc953
    Treat functions/classes in blocks as if they're nested (GH-2472) Richard Si 2021-12-01 18:05:59 -0500
  • 8485191448
    slightly better example link (#2617) Jelle Zijlstra 2021-12-01 13:47:33 -0800
  • f1813e31b6
    Fix determination of f-string expression spans (#2654) Shantanu 2021-12-01 09:52:24 -0800
  • 0f7cf9187f
    fix error message for match (#2649) Jelle Zijlstra 2021-11-30 18:39:39 -0800
  • 5e2bb528e0
    Reduce usage of regex (#2644) Jelle Zijlstra 2021-11-30 18:01:36 -0800
  • b336b390d0
    Fix line generation for match match: / case case: (GH-2661) Batuhan Taskaya 2021-11-30 23:56:38 +0300
  • ebd3e391da
    add FAQ entry about undetected syntax errors (#2645) Jelle Zijlstra 2021-11-30 12:34:45 -0800
  • e151686c6f
    Remove hidden import from PyInstaller build (#2657) Jameel Al-Aziz 2021-11-30 08:20:27 -0800
  • 8cdac18a04
    Allow top-level starred expression on match (#2659) Batuhan Taskaya 2021-11-30 18:52:25 +0300
  • a066a2bc8b
    Return NothingChanged if non-Python cell magic is detected, to avoid tokenize error (#2630) Daniel Sparing 2021-11-29 18:07:35 -0500
  • a18ee4018f
    add more flake8 lints (#2653) danieleades 2021-11-29 02:20:52 +0000
  • 72a84d4099
    add missing f-string (#2650) Marco Edward Gorelli 2021-11-27 02:53:16 +0000
  • e0253080b0
    Assignment to env var in Jupyter Notebook doesn't round-trip (#2642) Marco Edward Gorelli 2021-11-26 16:14:57 +0000
  • 17e42cb94b
    fix regex (#2643) Jelle Zijlstra 2021-11-25 18:34:19 -0800
  • db2715441a
    README: Add KeepTruckin to the list of orgs (GH-2638) Wael Nasreddine 2021-11-25 17:09:47 -0800
  • dfa45cec9e
    grammar: accept open sequences on match subject (GH-2639) Batuhan Taskaya 2021-11-25 04:21:36 +0300
  • 40759445c9
    Change cfg to ini for text highlighting (#2632) Ash 2021-11-21 15:02:08 +0000
  • 05954c0950
    Fix process pool fallback on Python 3.10 (GH-2631) Matthew D. Scholefield 2021-11-20 11:25:30 -0800
  • 9a73bb86db
    Fix mypyc compat issue w/ AST safety check (GH-2628) Richard Si 2021-11-18 22:20:44 -0500
  • 19f6aa8208
    prepare release 2021.11b1 (#2622) 21.11b1 Jelle Zijlstra 2021-11-17 19:51:49 -0800
  • ecf8c74481
    Bump regex dependency to 2021.4.4 to fix import of Pattern class (#2621) Rowan Seymour 2021-11-17 22:46:28 -0500
  • d0b04d9f21
    prepare release 21.11b0 (#2616) 21.11b0 Jelle Zijlstra 2021-11-16 18:30:19 -0800
  • 7dacdbe6dc
    fix vim plugin (#2615) Jelle Zijlstra 2021-11-16 18:22:32 -0800
  • 0d1b957d40
    Fix 3.10's supported features (#2614) Richard Si 2021-11-16 00:07:25 -0500