Commit Graph

  • 117891878e
    Implementing mypyc support pt. 2 (#2431) Richard Si 2021-11-15 23:24:16 -0500
  • 1d7260050d
    vim: Parse skip_magic_trailing_comma from pyproject.toml (#2613) Jelle Zijlstra 2021-11-15 19:03:47 -0800
  • 1d7163957a
    Docker image usage description (#2412) pszlazak 2021-11-16 03:47:21 +0100
  • d7b091e762
    black/parser: optimize deepcopying nodes (#2611) Batuhan Taskaya 2021-11-16 05:38:40 +0300
  • 78317a4cfb
    Removed distutils import from autoload/black.vim (#2607) (#2610) Michal Siska 2021-11-15 17:51:56 +0100
  • 3cb010ec8e
    Declare support for Python 3.10 (#2562) Hugo van Kemenade 2021-11-14 16:37:06 +0200
  • 147d075a4c
    black/parser: support as-exprs within call args (#2608) Batuhan Taskaya 2021-11-14 17:04:31 +0300
  • eb9d0396cd
    Allow install under pypy (#2559) Oliver Margetts 2021-11-14 03:46:15 +0000
  • 1e0ec543ff
    black/parser: partial support for pattern matching (#2586) Batuhan Taskaya 2021-11-14 06:15:31 +0300
  • 5e191c29d4
    Bump deps in Pipfile.lock (GH-2605) Richard Si 2021-11-12 20:41:46 -0500
  • 53cabe7265
    Fix typos (#2603) Kian Meng Ang 2021-11-12 11:02:43 +0800
  • 0753d99519
    Improve Python 2 only syntax detection (GH-2592) Richard Si 2021-11-11 20:28:48 -0500
  • f297c4644e
    primer: Hypothesis now requires Python>=3.8 (GH-2602) Richard Si 2021-11-11 17:52:13 -0500
  • f80f49767c
    Add a missing space in Python 2 deprecation (GH-2590) LordOfPolls 2021-11-06 16:04:27 +0000
  • 64c8be01f0
    Update CHANGES.md for 21.10b0 release (#2583) 21.10b0 Cooper Lees 2021-10-31 17:59:39 -0700
  • bd961304b6
    install build-essential to compile dependencies and use multi-stage build (#2582) Vincent Barbaresi 2021-11-01 01:43:34 +0100
  • b21c0c3d28
    Deprecate Python 2 formatting support (#2523) Richard Si 2021-10-31 19:46:12 -0400
  • 7bf233a944
    Pin regex in docker to 2021.10.8 (GH-2579) Cooper Lees 2021-10-31 10:41:12 -0700
  • 9afffacaa0
    Address mypy errors on 3.10 w/ asyncio loop parameter (#2580) Richard Si 2021-10-30 18:35:55 -0400
  • fac498bf31
    Update bug template (#2538) Felix Hildén 2021-10-31 01:01:40 +0300
  • 92eeacc2e3
    Use STDIN project in test_projects to ensure it runs quickly (#2575) Nipunn Koorapati 2021-10-30 11:54:43 -0700
  • 6b38b52187
    Add Tesla to organizations list (#2577) Roma 2021-10-30 11:45:09 -0700
  • cbf5401eff
    fix: allow tests to be run from (hopefully) any directory (GH-2574) dawn 2021-10-30 11:50:45 -0400
  • 5434407af7
    black-primer: Print summary after individual failures (#2570) Nipunn Koorapati 2021-10-28 10:35:37 -0700
  • 467efe1556
    Add --projects cli flag to black-primer (#2555) Nipunn Koorapati 2021-10-27 11:31:34 -0700
  • aedb4ff7f0
    Print out line diff on test failure (#2552) Nipunn Koorapati 2021-10-27 07:37:20 -0700
  • 26970742b7
    Refactor Jupyter magic handling (#2545) Marco Edward Gorelli 2021-10-27 15:36:10 +0100
  • 62ed5389fc
    Remove some unneeded exceptions from mypy.ini (#2557) Nipunn Koorapati 2021-10-21 20:59:48 -0700
  • da8a5bb189
    Disallow any Generics on mypy except in black_primer (#2556) Nipunn Koorapati 2021-10-21 19:38:39 -0700
  • c75abed63e
    Define a stability policy (#2529) Jelle Zijlstra 2021-10-21 08:02:38 -0700
  • 847d468b82
    bump sphinx so it works on Python3.10 (#2546) Marco Edward Gorelli 2021-10-19 18:52:10 +0100
  • 2f3fa1f6d0
    Fix feature detection for positional-only arguments in lambdas (#2532) Zac Hatfield-Dodds 2021-10-12 15:45:58 +1100
  • 3b2a7d196b
    chore(ci): use official Python 3.10 (#2521) Mathieu Kniewallner 2021-10-05 23:22:56 +0200
  • 872bb9474e
    Bump typed-ast minimum to 1.4.3 for 3.10 compat (#2519) Richard Si 2021-10-04 20:36:57 -0400
  • 3500e1cda5
    MNT: remove unnecessary test deps + some refactoring (GH-2510) Richard Si 2021-10-02 19:37:32 -0400
  • 0fd353f163
    Add --workers CLI parameter (fixes #2513) (#2514) Fergus Mitchell 2021-09-29 17:50:44 +0100
  • 09915f4bd2
    Allow to pass the FileMode options in the vim plugin (#1319) shaoran 2021-09-29 02:31:29 +0200
  • 31a9d8a184
    Fix python_version markers in Pipfile.lock (#2511) Richard Si 2021-09-28 18:41:35 -0400
  • 39b55f787c
    Add test to cover when unable to replace magics (#2471) Marco Edward Gorelli 2021-09-25 20:46:36 +0100
  • 1af5331089
    Bump required aiohttp version to 3.7.4 (#2509) Zsolt Dollenstein 2021-09-25 20:45:13 +0100
  • a5381ba764
    re-implement simple CORS middleware for blackd (#2500) Zsolt Dollenstein 2021-09-25 12:58:44 +0100
  • 7b15393658
    Add Kedro to project list and QuantumBlack to orgs (#2502) Deepyaman Datta 2021-09-23 22:20:48 -0400
  • 37861b4ce2
    DOC: cleanup pre-commit instructions following #2430 (#2481) Clément Robert 2021-09-19 11:15:39 +0200
  • 0540591e25
    add check for version in the-basics example (#2459) Marco Edward Gorelli 2021-09-19 04:24:09 +0100
  • 22747a6937
    fix all b904s (#2501) Zsolt Dollenstein 2021-09-18 22:18:06 +0100
  • 911470a610
    Update CHANGES.md for 21.9b0 release (#2494) 21.9b0 Jelle Zijlstra 2021-09-13 19:23:11 -0700
  • 41e6700640
    Fix missing toml extra w/ setuptools-scm (GH-2475) Sorin Sbarnea 2021-09-06 22:10:39 +0100
  • 8b0c7bcfda
    Remove blackcellmagic reference (#2477) Marco Edward Gorelli 2021-09-05 15:52:16 +0100
  • 72de89f54e
    Add hidden import to PyInstaller build (GH-2466) Jameel Al-Aziz 2021-09-01 15:05:11 -0700
  • 77d11bb4b4
    Change docker workflow for latest_release tag (#2468) pszlazak 2021-08-31 20:26:31 +0200
  • 79575f3376
    fix: run pypi / docker upload from published draft releases (#2461) aru 2021-08-30 13:26:21 -0400
  • a8b4665e7d
    Exclude broken typing-extensions version + fix import (#2460) 21.8b0 Richard Si 2021-08-29 17:04:49 -0400
  • 16275d24e3
    Prepare CHANGES.md for release 21.8b0 (#2458) Richard Si 2021-08-29 14:56:22 -0400
  • a5bb6e0a32
    Pin setuptools-scm build time dependency (#2457) Richard Si 2021-08-28 15:37:53 -0400
  • 7a093f0303
    add test which covers stdin filename ipynb (#2454) Marco Edward Gorelli 2021-08-28 16:27:55 +0100
  • fcfead919b
    set mypy_path in mypy.ini (#2455) Marco Edward Gorelli 2021-08-28 14:55:34 +0100
  • 8b06805334
    Document jupyter hook (#2416) Marco Edward Gorelli 2021-08-27 21:21:08 +0100
  • 366a0806eb
    blib2to3: support unparenthesized wulruses in more places (#2447) Richard Si 2021-08-26 16:59:01 -0400
  • 8a59528c2d
    Stop changing return type annotations to tuples (#2384) Richard Si 2021-08-25 21:32:27 -0400
  • d249f2d838
    MNT: add pull request template (#2443) Richard Si 2021-08-25 21:25:44 -0400
  • 5bb4da02c2
    Add cpython Lib/ repository config into primer config - Disabled (#2429) Cooper Lees 2021-08-24 14:29:49 -0700
  • 0969ca4a46
    Change sys.exit to raise ImportError (#2440) erykoff 2021-08-24 13:59:24 -0700
  • b97a4ac449
    Add test requirements to Pipfile[.lock] & bump deps (#2436) Richard Si 2021-08-22 23:20:06 -0400
  • 8c04847aa2
    Improve f-string expression detection regex so ... (#2437) Richard Si 2021-08-22 22:52:19 -0400
  • 104aec555f
    Present a more user-friendly error if .gitignore is invalid (#2414) Nipunn Koorapati 2021-08-20 16:54:53 -0700
  • ef7c45f281
    Remove language_version for pre-commit (#2430) Aneesh Agrawal 2021-08-18 09:24:14 -0700
  • b92ec34843
    Add jupyter deps to Pipfile.lock (#2419) Marco Edward Gorelli 2021-08-16 03:54:42 +0100
  • e465acf6f8
    Update language server links (#2425) Tom Fryers 2021-08-12 23:45:33 +0100
  • 355a6b34b3
    fix: remove unneccessary escape character (#2423) aru 2021-08-11 21:50:46 -0400
  • b1d0601016
    Jupyter notebook support (#2357) Marco Edward Gorelli 2021-08-06 21:57:46 +0100
  • e76adbecb8
    Fix type dependencies of mypy invocation (#2411) Taneli Hukkinen 2021-08-06 21:53:24 +0300
  • 8ea641eed5
    Test on Python 3.10-dev (#2406) Hugo van Kemenade 2021-07-28 17:29:11 +0300
  • 4760b6e71e
    Fix issue templates + add docs template (#2399) Richard Si 2021-07-27 20:38:04 -0400
  • 982e7fd9de
    Add ESP to sqlalchemy for black-primer (#2400) Richard Si 2021-07-24 20:04:01 -0400
  • 6665677495
    Clarify contributing docs (#2398) Jelle Zijlstra 2021-07-24 15:59:53 -0700
  • 6559bdbd9d
    isort docs have changed urls (#2390) David Szotten 2021-07-22 15:04:53 +0100
  • 65abd1006b
    add context manager to temporarily change the cwd (#2377) Jelle Zijlstra 2021-07-16 19:21:34 -0700
  • 4dd100bff2
    Use platformdirs over appdirs (#2375) Bernát Gábor 2021-07-16 18:45:47 +0100
  • e3000ace2f
    Update CHANGES.md for 21.7b0 release (#2376) 21.7b0 Cooper Lees 2021-07-16 07:42:47 -0700
  • 4622e4cb82
    Create Docker tag 'latest_release' (#2374) pszlazak 2021-07-16 16:26:29 +0200
  • 756177a617
    Don't include profiling/ to cut down sdist by ~2x (#2362) Richard Si 2021-07-15 20:21:53 -0400
  • 91773b8909
    Improve AST safety parsing error message (#2304) Felix Hildén 2021-07-13 20:24:55 +0300
  • 2946d3b03d
    Switch toml TOML library for tomli (#2301) Richard Si 2021-07-12 16:01:38 -0400
  • c64fb8cbb1
    Add LocalStack and Twisted to projects using Black Łukasz Langa 2021-07-12 11:56:03 +0200
  • 548d699161
    Second run of tox -e py results in a test error for test marked with no_python2 (#2369) Marco Edward Gorelli 2021-07-11 21:03:36 +0100
  • dd6c674e3a
    Use setuptools.find_packages in setup (#2363) Felix Hildén 2021-07-10 03:09:29 +0300
  • ae56983a5f
    Avoid src being marked as optional in help (#2356) Richard Si 2021-07-08 21:46:32 -0400
  • 14072be245
    fix typo (#2358) Marco Edward Gorelli 2021-07-04 19:23:00 +0100
  • 017aafea99
    Accept empty stdin (close #2337) (#2346) simaki 2021-06-24 04:11:23 +0900
  • be16cfa035
    Get click types from main repo (#2344) Taneli Hukkinen 2021-06-22 18:58:49 +0300
  • 3980b4b176
    Update pre-commit config (#2331) SADIK KUZU 2021-06-22 04:28:25 +0300
  • 8d8b3d1805
    Add Duolingo to list of users (#2341) Art Chaidarun 2021-06-17 12:32:03 -0400
  • 742ddd1561
    Chat on Discord instead of Freenode (#2336) Felix Hildén 2021-06-15 17:37:59 +0300
  • bd7f49df3e
    Docs: no space is inserted to empty docstrings (#2249) (#2333) Felix Hildén 2021-06-13 22:27:57 +0300
  • 52f402dcfb
    Add EOF and trailing whitespace fixer to pre-commit config (#2330) jack1142 2021-06-13 19:22:46 +0200
  • e2fd914dc1
    Fix internal error when FORCE_OPTIONAL_PARENTHESES feature is enabled (#2332) Bryan Bugyi 2021-06-13 13:20:50 -0400
  • 52384bf0a3
    Vim plugin fix string normalization option (#1869) Bartosz Telenczuk 2021-06-12 21:55:10 +0200
  • 4a007a881f
    Find pyproject from vim relative to current file (#1871) Austin Glaser 2021-06-12 12:52:49 -0700
  • aa31a117b1
    Add STDIN test to primer (#2315) Cooper Lees 2021-06-10 21:06:50 -0700
  • 05b54b8432
    Fix incorrect document referance (#2326) Ryan McPartlan 2021-06-10 20:45:43 -0400