]> 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 lowercase hex numbers fixes #1692 (#1775)
authorCasper Weiss Bang <c@cwb.dk>
Fri, 13 Nov 2020 15:25:17 +0000 (16:25 +0100)
committerGitHub <noreply@github.com>
Fri, 13 Nov 2020 15:25:17 +0000 (07:25 -0800)
commit7d032fa848c8910007a0a41c1ba61d70d2846f48
tree8d0b456471654dc3e7960e49f8abf573f939336a
parent1d8b4d766d912c7b9e91fa885419730c334345ef
Use lowercase hex numbers fixes #1692 (#1775)

* Made hex lower case

* Refactored numeric formatting section

* Redid some refactoring and removed bloat

* Removed additions from test_requirements.txt

* Primer now expects expected changes

* Undid some refactoring

* added to changelog

* Update src/black/__init__.py

Co-authored-by: Zsolt Dollenstein <zsol.zsol@gmail.com>
Co-authored-by: Zsolt Dollenstein <zsol.zsol@gmail.com>
Co-authored-by: Cooper Lees <me@cooperlees.com>
.gitignore
CHANGES.md
src/black/__init__.py
src/black_primer/primer.json
src/blib2to3/pytree.py
test_requirements.txt
tests/data/numeric_literals.py
tests/data/numeric_literals_py2.py
tests/data/numeric_literals_skip_underscores.py