]> 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 multiline docstring quote normalization
[etc/vim.git] / src / black / __init__.py
2020-08-26 Richard SiFix multiline docstring quote normalization
2020-08-26 Yurii Karabas Revert contains_pragma_comment function changes
2020-08-26 Yurii KarabasRevert contains_standalone_comments function changes
2020-08-26 Yurii KarabasSimplify black code by using generator expressions
2020-08-26 Łukasz LangaInclude mode information for unstable formattings
2020-08-26 Łukasz LangaTreat all trailing commas as pre-existing, as they...
2020-08-25 Łukasz LangaImprove docstring re-indentation handling
2020-08-25 Łukasz LangaAddress pre-existing trailing commas when not in the...
2020-08-21 Łukasz LangaUse properly renamed function name in docs
2020-08-21 Łukasz LangaRe-implement magic trailing comma handling:
2020-08-21 Łukasz LangaReset trailing comma handling
2020-08-20 Richard SiUpgrade docs to Sphinx 3+ and add doc build test (...
2020-08-20 Jelle ZijlstraDisable string splitting/merging by default (#1609)
2020-08-14 David Szottenfix unary op detection (#1600)
2020-08-14 David Szottendon't strip brackets before lsqb (#1575) (#1590)
2020-08-13 Jelle Zijlstrafix some docstring crashes (#1593)
2020-08-13 Jelle Zijlstrain verbose mode, print stack trace (#1594)
2020-08-13 Richard SiMake --exclude only apply to recursively found files...
2020-08-13 Chris RoseAdd the direnv base directory to the default excludes...
2020-08-13 Jelle ZijlstraRemove slow assertion (#1592)
2020-07-15 dhaug-opEnsure path for finding root is absolute (#1550)
2020-07-08 OlexiyISSUE 1533: Fix --config argument description (#1534)
2020-06-24 Lihu Ben-Ezri-RavinFind project root correctly (#1518)
2020-06-16 Richard SiFix toml parsing and bump toml from 0.10.0 to 0.10...
2020-06-15 Ralf SchmittFix find_pyproject_toml type hint (#1495)
2020-06-01 Richard SiConvert (most of the) configuration values from pyproje...
2020-05-21 Kevin KirscheFix typos (#1442)
2020-05-17 Hugo van KemenadeUpdate and fix Flake8 (#1424)
2020-05-16 Jelle Zijlstrafix crashes on docstring whitespace changes (#1417)
2020-05-09 TerranceHandle ImportError from multiprocessing module (#1400)
2020-05-08 Cooper LeesRefactor black into packages in src/ dir (#1376)