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

don't run tests from /build
[etc/vim.git] / tests / import_spacing.py
2018-05-21 Łukasz LangaFix invalid code on stars in long from-imports being...
2018-05-08 Łukasz LangaDon't fail the entire right_hand_split if an optional...
2018-05-07 Łukasz LangaDon't leave invalid trailing comma on imports
2018-04-24 Łukasz LangaSplit imports like isort
2018-04-11 Łukasz LangaAutomatic parentheses management
2018-03-31 Mika⠙Lines now break before all delimiters (#94)
2018-03-21 Łukasz LangaTreat comments less magically
2018-03-17 Łukasz LangaConsolidate empty line handling in EmptyLineTracker
2018-03-15 Łukasz LangaFix invalid spacing of dots in relative imports
2018-03-14 Łukasz LangaInitial commit