]> 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: Print summary after individual failures (#2570)
authorNipunn Koorapati <nipunn1313@gmail.com>
Thu, 28 Oct 2021 17:35:37 +0000 (10:35 -0700)
committerGitHub <noreply@github.com>
Thu, 28 Oct 2021 17:35:37 +0000 (10:35 -0700)
commit5434407af7ba262f74d272c738006cbf1d0ab11a
tree1b525c556c0b3a867a566d4c5ce21feaebf73e70
parent467efe15562e3bad88b1eb3bc11f76b5b9a68816
black-primer: Print summary after individual failures (#2570)

If the individual failures are verbose, it's useful to have
the summary at the end. Otherwise, it can be really difficult
to figure out which projects have an issue.
CHANGES.md
src/black_primer/lib.py
tests/test_primer.py