]> git.madduck.net Git - etc/vim.git/history - black.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:

Test on Python 3.9-dev (#1393)
[etc/vim.git] / black.py
2020-05-08 Hugo van KemenadeRemove deprecated --py36 option (#1236)
2020-05-08 Giacomo Tagliabueadd --force-exclude argument (#1032)
2020-05-08 Łukasz LangaMake the use of a ThreadPoolExecutor explicit
2020-05-08 AutophagyAdd docstrings to fmt checking functions, add to docs
2020-05-08 Allan Simonpermits black to run in AWS Lambda: (#1141)
2020-05-08 Douglas ThorAdd option for printing a colored diff (#1266)
2020-05-08 williamfzcadd bracket check in split_line (#1315)
2020-05-08 Alex VandiverRe-indent the contents of docstrings (#1053)
2020-05-08 Andrew ZhouAdd error on non-list target-version in config file...
2020-05-08 Bryan BugyiImprove String Handling (#1132)
2020-05-08 otstrelFix for "# fmt: on" with decorators (#1325)
2020-05-08 Vlad EmelianovIssue 1144: Fix type annotations for --config option...
2020-04-30 Toby FlemingChange exit code to 2 when config file doesn't exist...
2020-04-12 MomIsBestFriendSmall nitpicks (#1340)
2020-04-05 Rémi VerscheldeFix --diff output when encountering EOF (#1328)
2020-03-04 Łukasz LangaRename FileMode into just Mode
2020-03-04 Łukasz LangaDocument how to use format_str()
2020-03-03 Shantanustring prefixes: don't normalise capital R-strings...
2020-03-03 Tal AmuyalTeach the Vim plugin to respect pyproject.toml (issue...
2020-02-09 Yurii KarabasSimplify Line.contains_multiline_strings method (#1267)
2020-01-18 kyle hausmannUse conditional case for diff reports (#1226)
2020-01-02 hauntsaninjafind_project_root: allow .git to be a file (#1217)
2019-11-25 Michael J. SullivanFix unstable formatting with some `# type: ignore`s...
2019-10-30 Michael J. SullivanSupport compilation with mypyc (#1009)
2019-10-30 Michael J. SullivanSwitch from attrs to dataclasses (#1116)
2019-10-28 Lawrence ChanFix fmt on/off when multiple exist in leaf prefix ...
2019-10-28 Łukasz LangaAlways move the prefix out when wrapping with parenthes...
2019-10-28 Łukasz LangaRestore simple form of if statement
2019-10-28 Łukasz LangaSimplify some code flow
2019-10-28 Łukasz LangaExplicitly close .gitignore during processing
2019-10-28 Łukasz LangaRemove unnecessary casts after pinning Mypy to >= 0.740
2019-10-28 Łukasz LangaUse early returns in `get_grammars()` to save an indent...
2019-10-28 Łukasz LangaReword comment
2019-10-28 Jelle Zijlstraline_length=1 to reduce churn (#1092)
2019-10-28 Łukasz LangaFix regression: unexpected parentheses around non-mathe...
2019-10-28 Łukasz LangaDocstring nit
2019-10-27 Jelle Zijlstrafix crash with long type annotations (#1093)
2019-10-24 Tzu-ping ChungDo not crash when failing to read an entry (#1090)
2019-10-21 Łukasz Langas/_version.py/_black_version.py/ (#1082)
2019-10-21 jgirardetadd gitignore support using pathspec (#878)
2019-10-21 Matt VanEseltineDo not load incompatible cache (#875) (#1034)
2019-10-20 Jelle ZijlstraBack out #850 (#1079)
2019-10-20 Jelle Zijlstrafix CI (#1078)
2019-10-20 Yurii KarabasSet correct return statement for `is_type_comment`...
2019-10-20 Joe AntonakakisAdd .svn to default exclusion list (#965)
2019-10-20 Augie FacklerTweak collection literals to explode with trailing...
2019-10-15 Michael J. SullivanFix type: ignore line breaking when there is a destruct...
2019-10-13 Andrey#455 Fix bug with tricky unicode symbols (#1047)
2019-10-11 Michael J. SullivanFix missed cases in the `# type: ignore` logic (#1059)
2019-10-10 Michael J. SullivanFix issue with type comments on lines with trailing...
2019-10-03 Michael J. SullivanDon't break long lines when `type: ignore` is present...
2019-09-18 vezeliSwitch from versioneer to setuptools-scm (#1008)
2019-09-17 Michael J. SullivanDon't allow type comments to be merged behind regular...
2019-09-04 Rishikesh JhaPrint a separate message when there are no inputs given...
2019-08-23 Joe AntonakakisFix unstable formatting involving unwrapping multiple...
2019-08-21 Zsolt Dollensteinuse versioneer to manage __version__ (#981)
2019-08-04 Joe AntonakakisFix unstable format involving backslash + whitespace...
2019-08-03 Joe AntonakakisRemove unnecessary if-statement in maybe_make_parens_in...
2019-07-28 Zsolt DollensteinSupport PEP-570 (positional only arguments) (#946)
2019-07-28 Zsolt DollensteinAdd support for walrus operator (#935)
2019-07-22 Zsolt DollensteinHello github.com/psf!
2019-07-16 Yurii KarabasUse nullcontext in case when lock is None. Shutdown...
2019-07-01 Min ho KimFix typo (#916)
2019-06-29 Brandt BucherForce parentheses between unary op and binary power...
2019-06-28 Zsolt DollensteinFix docstring of schedule_formatting
2019-06-25 Brandt BucherFix mypy errors. (#911)
2019-06-15 Zsolt DollensteinPin comment to single leaf in invisible parens (#872)
2019-06-15 dylanjblackFix trailing comma for function with one arg (#880...
2019-05-26 Jelle Zijlstrafix some out-of-date docstrings; other cleanup (#865)
2019-05-26 Zsolt DollensteinDon't introduce quotes to f-string sub-expressions...
2019-05-22 Michael Flaxmanminor performance improvement (~2% speedup in unit...
2019-05-16 Katie McLaughlinRemove happiness of error message (#852)
2019-05-16 Jelle Zijlstraremove obviously unnecessary parentheses (#850)
2019-05-09 Benjamin WoodruffMove tokenizer config onto grammar, rename flag
2019-05-09 Benjamin WoodruffAdd support for always tokenizing async/await as keywords
2019-05-09 Łukasz LangaRemove spurious prints
2019-05-08 Łukasz LangaUse to handle legacy async/await handling in assert_eq...
2019-05-08 Jason FriedMake --safe work for Python2.7 syntax, by using typed_a...
2019-05-08 Carl MeyerAvoid unstable formatting when comment follows escaped...
2019-05-07 Jelle Zijlstradon't run more than 61 workers on Windows (#838)
2019-05-07 Jelle ZijlstraAdd `black -c "code"` (#761)
2019-05-07 Jelle ZijlstraAdd parentheses around tuple unpack assignment (#832)
2019-05-07 Jelle ZijlstraRemove unnecessary parens around yield (#834)
2019-05-06 Jelle Zijlstrafix handling of comments in from imports (#829)
2019-05-05 Tom ChristieWrap `loop.run_in_executor` up in `asyncio.ensure_futur...
2019-05-02 Hugoambv/black -> python/black (#819)
2019-05-02 HugoFix B011 (#820)
2019-03-25 Jelle ZijlstraSplit the TRAILING_COMMA feature (#763)
2019-03-16 Jelle Zijlstraredo grammar selection, add test (#765)
2019-03-15 Jelle Zijlstrafix incorrect call (#762)
2019-03-14 Andy FreelandFix print() function on Python 2 (#754)
2019-03-14 Łukasz Langav19.3b0
2019-03-14 Jelle ZijlstraAdd back --py36 as a deprecated option (#750)
2019-03-14 Łukasz LangaEnhance the type comment patch
2019-03-14 HugoFix PendingDeprecationWarning: Task.all_tasks() is...
2019-03-14 Łukasz LangaSimplify the #606 patch
2019-03-08 Jelle Zijlstraremove Python implementation-specific versions (#736)
2019-02-24 Jelle Zijlstraremove --py36 (#724)
2019-02-23 Jelle Zijlstra split long del statements into multiple lines (#698)
2019-02-07 Zsolt DollensteinRemove numeric underscore normalization (#696)
next