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

Link isort profile to Black code style isort mention (#2246)
authorFelix Hildén <felix.hilden@gmail.com>
Wed, 19 May 2021 19:11:37 +0000 (22:11 +0300)
committerGitHub <noreply@github.com>
Wed, 19 May 2021 19:11:37 +0000 (15:11 -0400)
commit3bba8081735925ccd95d8e0ccd26c92e08e0b7a9
treeb90ef14b1940bf3a0541c396f78ceefc7f89a507
parent7190d4f6c0dfcc7fce9adfffc1afc7254a01eae6
Link isort profile to Black code style isort mention (#2246)

The isort configuration currently in the Black code style document is
duplicated in Using Black with other tools document. I think it would
be better to consolidate information and simply link to the tool guide,
mentioning the easy profile in the original document.

I changed the link from isort PyPI page to Black's docs on isort
because for users it could be better to see the Black docs on why that
configuration is necessary and what isort is from Black's perspective.
docs/the_black_code_style/current_style.md