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

Test run black on self (#3114)
authorSagi Shadur <saroad2@gmail.com>
Tue, 14 Jun 2022 16:08:36 +0000 (19:08 +0300)
committerGitHub <noreply@github.com>
Tue, 14 Jun 2022 16:08:36 +0000 (09:08 -0700)
commit6c1bd08f16b636de38b92aeb2e0a1e8ebef0a0b1
tree9b4163efc15a7ed21b3a95a9d2adb6705c2955cc
parent799adb53239e4a1e87253d40bc1cbd34f9103c52
Test run black on self (#3114)

* Add run_self environment in tox

* Add run_self task as part of the lint CI flow

* Remove hard coded sources list

* Remove black from pre-commit

Co-authored-by: Cooper Lees <me@cooperlees.com>
.github/workflows/lint.yml
.pre-commit-config.yaml
tests/test_format.py
tox.ini