]> git.madduck.net Git - etc/vim.git/commit

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:

Added caching (#136)
authorJonas Obrist <ojiidotch@gmail.com>
Thu, 19 Apr 2018 00:27:07 +0000 (09:27 +0900)
committerŁukasz Langa <lukasz@langa.pl>
Thu, 19 Apr 2018 00:27:07 +0000 (17:27 -0700)
commit639b62dcd32cde3645e9f9a633eee33c04d23901
treefd16ae59d0d4d0df9927919a6fca7f200283ec29
parentf7fd36b2289d18ac3cfedc8e160cc965e7cb2209
Added caching (#136)

Black will cache already formatted files using their file size and
modification timestamp. The cache is per-user and will always be used
unless Black is used with --diff or with code provided via standard
input.
Pipfile
Pipfile.lock
README.md
black.py
setup.py
tests/test_black.py