]> 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 Boolean values in pyproject.toml config (#1410)
authorPaul Meinhardt <mnhrdt@gmail.com>
Wed, 13 May 2020 19:51:04 +0000 (21:51 +0200)
committerGitHub <noreply@github.com>
Wed, 13 May 2020 19:51:04 +0000 (12:51 -0700)
commit45c98cf150674dd49cb51d57f8baede4c287f043
tree4a8d6caba95d8b7152f65279435b595078db523b
parent24323091c81b8e166d73748d4caee8f7b4d954fb
Fix Boolean values in pyproject.toml config (#1410)

Boolean values use lowercase identifiers in TOML.
https://github.com/toml-lang/toml#user-content-boolean
docs/compatible_configs.md