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

Add --projects cli flag to black-primer (#2555)
authorNipunn Koorapati <nipunn1313@gmail.com>
Wed, 27 Oct 2021 18:31:34 +0000 (11:31 -0700)
committerGitHub <noreply@github.com>
Wed, 27 Oct 2021 18:31:34 +0000 (11:31 -0700)
commit467efe15562e3bad88b1eb3bc11f76b5b9a68816
tree4e5ecea47c8e3a2b886b0a7d60476f84760619d6
parentaedb4ff7f061b321ea5804bc4fc4943c52c6a786
Add --projects cli flag to black-primer (#2555)

* Add --projects cli flag to black-primer

Makes it possible to run a subset of projects on black primer

* Refactor into click callback
CHANGES.md
mypy.ini
src/black_primer/cli.py
src/black_primer/lib.py
tests/test_format.py
tests/test_primer.py