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

Revert `format_file_in_place()` and `format_stdin_to_stdout()` to return bools
authorŁukasz Langa <lukasz@langa.pl>
Thu, 19 Apr 2018 00:46:03 +0000 (17:46 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Thu, 19 Apr 2018 00:46:03 +0000 (17:46 -0700)
commit8429f3a63b4577c6fd35872072711858511e8d2d
tree3246b27b76af939de2c03a7b390065d0f405b767
parentdcd77136f8f62b35007ca11407cd04d7b62daed2
Revert `format_file_in_place()` and `format_stdin_to_stdout()` to return bools

`Changed.CACHED` is meaningless for those two functions.
black.py
tests/test_black.py