]> git.madduck.net Git - etc/vim.git/history - src/black/__init__.py

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Fix `black --help` output for `--python-cell-magics` option to be reproducible (...
[etc/vim.git] / src / black / __init__.py
2023-01-24 Edouard ChoinièreFix `black --help` output for `--python-cell-magics...
2023-01-20 Yilei "Dolee" YangWrap multiple context managers in parentheses when...
2023-01-19 Antonio Ossa-GuerraFix false symlink detection claims in verbose output...
2022-12-29 Jordan EphronParenthesize conditional expressions (#2278)
2022-12-10 mainj12Adding pyproject.toml configuration output to verbose...
2022-12-10 Isac Byeonghoon YooFix type annotation for gitignore pathspec (#3416)
2022-11-12 Antonio Ossa-GuerraRemove whitespaces of whitespace-only files (#3348)
2022-11-08 Antonio Ossa-GuerraCompare each .gitignore found with an appropiate relati...
2022-11-05 Antonio Ossa-GuerraApply .gitignore correctly in every source entry (...
2022-10-27 Yilei "Dolee" YangWrap concatenated strings used as function args in...
2022-10-26 Yilei "Dolee" YangEnforce empty lines before classes/functions with stick...
2022-10-07 Hugo van KemenadeRemove redundant 3.6 code and bump mypy's python_versio...
2022-10-06 Antonio Ossa-GuerraAdd option to skip the first line of source code (...
2022-09-26 Richard SiAlways call freeze_support() if sys.frozen is True...
2022-08-31 Martin de La GorceUse .gitignore files in the initial source directories...
2022-08-27 Richard SiDelay worker count determination
2022-08-27 Richard SiLoad .gitignore and exclude regex at time of use
2022-08-27 Richard SiLazily import parallelized format modules
2022-08-26 ShantanuFix misdetection of project root with `--stdin-filename...
2022-08-10 ShantanuUse debug f-strings for feature detection (#3215)
2022-07-27 Richard SiReformat codebase with isort
2022-07-14 Cooper LeesMove to explicitly creating a new loop (#3164)
2022-06-23 Yilei "Dolee" YangOnly call get_future_imports when needed (#3135)
2022-06-11 Marco Edward GorelliUse is_number_token instead of assertion (#3069)
2022-05-26 Batuhan TaskayaImplement support for PEP 646 (#3071)
2022-05-06 Zac Hatfield-DoddsMove imports of `ThreadPoolExecutor` into `reformat_man...
2022-04-15 Batuhan TaskayaSupport 3.11 / PEP 654 syntax (#3016)
2022-04-06 Joe YoungOutput python version and implementation as part of...
2022-03-30 Jelle ZijlstraAdd # type: ignore for click._unicodefun import (#2981)
2022-03-28 Jelle ZijlstraFix _unicodefun patch code for Click 8.1.0 (#2966)
2022-03-26 Richard SiEnforce no formatting changes for PRs via CI (GH-2951)
2022-03-21 Marco Edward Gorellidont skip formatting #%% (#2919)
2022-02-24 Jelle Zijlstrafix new formatting issue (#2895)
2022-02-24 Jelle ZijlstraFormat ourselves in preview mode (#2889)
2022-02-21 Shivansh-007Add special config verbose log case when black is using...
2022-01-30 Frédérik ParadisSoft comparison of --required-version (#2832)
2022-01-30 Jelle ZijlstraAdjust `--preview` documentation (#2833)
2022-01-29 Nipunn KoorapatiFix instability due to trailing comma logic (#2572)
2022-01-25 Jelle Zijlstraproperly run ourselves twice (#2807)
2022-01-24 Felix HildénMake SRC or code mandatory and mutually exclusive ...
2022-01-21 Michael MarinoAdd support for custom python cell magics (#2744)
2022-01-20 emfdavidHint at likely cause of ast parsing failure in error...
2022-01-20 Felix HildénDeprecate ESP and move the functionality under --previe...
2022-01-20 Felix HildénCreate --preview CLI flag (#2752)
2022-01-14 VanSHOEAdded decent coloring (#2712)
2022-01-10 Shivansh-007Enhance `--verbose` (#2526)
2022-01-10 Richard SiRemove Python 2 support (#2740)
2021-12-21 Marco Edward GorelliDefine is_name_token (and friends) to resolve some...
2021-12-17 Batuhan TaskayaImply 3.8+ when annotated assigments used with unparent...
2021-12-16 Batuhan TaskayaUnpacking on flow constructs (return/yield) now implies...
2021-12-15 Richard SiInclude underlying error when AST safety check parsing...
2021-12-14 Batuhan Taskaya`from __future__ import annotations` now implies 3...
2021-12-08 Jelle ZijlstraShow details when a regex fails to compile (GH-2678)
2021-12-01 Jelle ZijlstraReduce usage of regex (#2644)
2021-11-29 Daniel SparingReturn `NothingChanged` if non-Python cell magic is...
2021-11-29 danieleadesadd more flake8 lints (#2653)
2021-11-20 Matthew D. ScholefieldFix process pool fallback on Python 3.10 (GH-2631)
2021-11-16 Richard SiImplementing mypyc support pt. 2 (#2431)
2021-11-12 Richard SiImprove Python 2 only syntax detection (GH-2592)
2021-11-06 LordOfPollsAdd a missing space in Python 2 deprecation (GH-2590)
2021-10-31 Richard SiDeprecate Python 2 formatting support (#2523)
2021-10-30 Richard SiAddress mypy errors on 3.10 w/ asyncio loop parameter...
2021-10-22 Nipunn KoorapatiRemove some unneeded exceptions from mypy.ini (#2557)
2021-10-22 Nipunn KoorapatiDisallow any Generics on mypy except in black_primer...
2021-10-12 Zac Hatfield-DoddsFix feature detection for positional-only arguments...
2021-09-29 Fergus MitchellAdd --workers CLI parameter (fixes #2513) (#2514)
2021-09-18 Zsolt Dollensteinfix all b904s (#2501)
2021-08-27 Marco Edward GorelliDocument jupyter hook (#2416)
2021-08-20 Nipunn KoorapatiPresent a more user-friendly error if .gitignore is...
2021-08-06 Marco Edward GorelliJupyter notebook support (#2357)
2021-07-09 Richard SiAvoid src being marked as optional in help (#2356)
2021-06-23 simakiAccept empty stdin (close #2337) (#2346)
2021-06-03 Felix HildénAdd option to require a specific version to be running...
2021-06-03 Jelle Zijlstradon't uvloop.install on import (#2303)
2021-06-02 Hassan AbouelelaCode Flag Options (#2259)
2021-05-29 Jelle ZijlstraFix path_empty() (#2275)
2021-05-26 Cooper LeesAdd optional uvloop import (#2258)
2021-05-12 Łukasz LangaClick 8.0 renamed its "die on LANG=C" function so we...
2021-05-08 Łukasz LangaRefactor `src/black/__init__.py` into many files (...
2021-05-07 Kaleb BarrettDo not use gitignore if explicitly passing excludes...
2021-05-04 Richard SiDetect `'@' dotted_name '(' ')' NEWLINE` as a simple...
2021-05-02 Bryan ForbesSet `is_pyi` if `stdin_filename` ends with `.pyi` ...
2021-04-27 Jelle ZijlstraIgnore inaccessible user config (#2158)
2021-04-26 Richard SiStop stripping parens in even more illegal spots (...
2021-04-26 Jelle ZijlstraFix crash on docstrings ending with "\ " (#2142)
2021-04-26 Richard SiDon't strip parens in assert / return with assign expr...
2021-04-26 Jelle Zijlstrafix magic comma and experimental string cache flags...
2021-04-25 Łukasz LangaWork around stability errors due to optional trailing...
2021-04-25 Łukasz LangaRevert "Use lowercase hex numbers fixes #1692 (#1775)"
2021-04-22 CiderManHandle Docstrings as bytes + strip all whitespace ...
2021-04-22 Mark BellMake black remove leading and trailing spaces from...
2021-04-16 Laurent TréguierFix small comment typo (#2112)
2021-04-11 Pierre SassoulasRemove NBSP at the beginning of comments (#2092)
2021-04-11 Jelle Zijlstrafix typing issue around lru_cache arguments (#2098)
2021-04-10 johnthagenExclude venv directory by default (#1683)
2021-04-08 Jelle ZijlstraFix error from upcoming typeshed change (#2096)
2021-04-04 Jakub WarczarekGet rid of redundant spaces in docs (#2085)
2021-04-01 Harish RajagopalSupport for top-level user configuration (#1899)
2021-04-01 KotlinIslanddon't require typed-ast
2021-03-03 Joshua CannonTurn test_regex into a click callback (#2016)
next