]> 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:

It's obviously not just me, yo. Thanks y'all đŸ–€
[etc/vim.git] / black.py
2018-03-26 Ɓukasz Langa18.3a4
2018-03-24 Ɓukasz LangaImplement `# fmt: off` and `# fmt: on`
2018-03-23 Ɓukasz LangaIntroduce DebugVisitor.show() + tests
2018-03-23 Ɓukasz LangaOmit extra space in Sphinx auto-attribute comments
2018-03-23 Ɓukasz LangaProperle space complex expressions in default values...
2018-03-23 Ɓukasz LangaIgnore typing error around Node/Leaf
2018-03-23 Ɓukasz LangaAutomatic detection of deprecated Python 2 forms of...
2018-03-23 Ɓukasz LangaOnly return exit code 1 when --check is used
2018-03-23 Ɓukasz LangaMention delimiter_split() in CannotSplit docstring
2018-03-22 Ɓukasz LangaDon't remove the single trailing comma from square...
2018-03-22 Ɓukasz LangaOmit extra space in kwarg unpacking if it's an argument
2018-03-22 Ɓukasz LangaDon't omit whitespace when the factor is not a math...
2018-03-21 Ɓukasz Langa18.3a3
2018-03-21 Ɓukasz LangaTreat comments less magically
2018-03-21 Ɓukasz LangaDon't write back stdin to stdout when --check is passed
2018-03-21 Ɓukasz LangaFix numpy-style array indexing for real
2018-03-21 Ɓukasz LangaDon't remove single empty lines outside of bracketed...
2018-03-21 Ɓukasz LangaRestore ability to format code with legacy usage of...
2018-03-19 treuherzAdd piping from stdin to stdout with a - (#25)
2018-03-17 Ɓukasz LangaMore support for numpy tuple indexing
2018-03-17 Ɓukasz LangaDon't fold postscriptum standalone comment into last...
2018-03-17 Ɓukasz LangaConsolidate empty line handling in EmptyLineTracker
2018-03-17 Ɓukasz LangaDon't put four empty lines between top-level functions...
2018-03-17 Mika⠙Line breaks before logical operators (#36)
2018-03-17 Ɓukasz LangaUse implicit defaults for auto_attribs
2018-03-17 Ɓukasz LangaRemove the trailing comma if there is only one argument...
2018-03-17 Ɓukasz LangaIgnore empty bracket pairs while splitting
2018-03-16 Ɓukasz LangaAdd flake8 to CI, too
2018-03-16 Ɓukasz LangaBump version, update README with current fixes
2018-03-16 Ɓukasz LangaFix spurious space after star-based unary expression
2018-03-16 Ɓukasz LangaFix numpy-style array indexing
2018-03-16 Ɓukasz LangaClean up typing ignores, fix build
2018-03-16 Ɓukasz LangaOnly use trailing commas in function signatures when...
2018-03-16 Ɓukasz LangaDon't split on for-loop variable unpacks
2018-03-15 Ɓukasz LangaAdd --check
2018-03-15 Ɓukasz LangaFix spurious space after unary expression
2018-03-15 Ɓukasz LangaFix spurious extra spaces after opening parentheses...
2018-03-15 Ɓukasz LangaFix spurious space in parenthesized set expressions
2018-03-15 Ɓukasz LangaFix invalid spacing of dots in relative imports
2018-03-14 Ɓukasz LangaInitial commit