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

Use parentheses on method access on float and int literals (#2799)
authorShivansh-007 <shivansh-007@outlook.com>
Fri, 28 Jan 2022 05:31:50 +0000 (11:01 +0530)
committerGitHub <noreply@github.com>
Fri, 28 Jan 2022 05:31:50 +0000 (21:31 -0800)
commit777cae55b601f8a501e2138cec99361929b128ea
tree4e5ad723a09401fc9b1239baa8efa5fc5df5fa19
parentb92822afeedd45daa3b1d094a502daf936f7fa9d
Use parentheses on method access on float and int literals (#2799)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Felix Hildén <felix.hilden@gmail.com>
CHANGES.md
src/black/linegen.py
src/black/nodes.py
tests/data/attribute_access_on_number_literals.py [new file with mode: 0644]
tests/data/expression.diff
tests/data/expression.py
tests/data/expression_skip_magic_trailing_comma.diff
tests/test_format.py