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

black-primer: handle singular and plural in output messages (#1432)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Thu, 21 May 2020 04:03:51 +0000 (07:03 +0300)
committerGitHub <noreply@github.com>
Thu, 21 May 2020 04:03:51 +0000 (21:03 -0700)
commita2408b3cb23fe252b3674cee484d742496bb3411
tree279ece3e37a6d916593c0d534025e75d3ece5d66
parentbb767863b0cc51897f9cd94da84b8b01f3936607
black-primer: handle singular and plural in output messages (#1432)

* Handle singular and plural in output messages
README.md
src/black_primer/cli.py
src/black_primer/lib.py
tests/test_primer.py