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

Output python version and implementation as part of `--version` flag (#2997)
authorJoe Young <80432516+jpy-git@users.noreply.github.com>
Wed, 6 Apr 2022 18:04:12 +0000 (19:04 +0100)
committerGitHub <noreply@github.com>
Wed, 6 Apr 2022 18:04:12 +0000 (14:04 -0400)
commitf6188ce6dcde3fcad381c52ecc74374e7d0579c9
treecd3cbffab17b1bbb60d23eb479db8c63a5128a10
parent9b307405fb6d4248e1a1dd7c6c10fa02b3c347f0
Output python version and implementation as part of `--version` flag (#2997)

Example:

black, 22.1.1.dev56+g421383d.d20220405 (compiled: no)
Python (CPython) 3.9.12

Co-authored-by: Batuhan Taskaya <isidentical@gmail.com>
CHANGES.md
src/black/__init__.py