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

Fix for "# fmt: on" with decorators (#1325)
authorotstrel <otstrel@gmail.com>
Fri, 8 May 2020 12:37:17 +0000 (15:37 +0300)
committerGitHub <noreply@github.com>
Fri, 8 May 2020 12:37:17 +0000 (14:37 +0200)
commit892eddacd215d685e136686b7f629ade70adca83
tree836bd17dfb592cef88be28a6cdc2ca84740c7509
parentc8ca6b2b9ff3510bee12129824cebfc2fc51e5b2
Fix for "# fmt: on" with decorators (#1325)
black.py
tests/data/fmtonoff4.py [new file with mode: 0644]
tests/test_black.py