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

Infer target version based on project metadata (#3219)
authorStijn de Gooijer <stijn@degooijer.io>
Wed, 1 Feb 2023 02:00:17 +0000 (03:00 +0100)
committerGitHub <noreply@github.com>
Wed, 1 Feb 2023 02:00:17 +0000 (18:00 -0800)
commit69ca0a4c7a365c5f5eea519a90980bab72cab764
treec5e053bc24457b603439770f5b3d93586b58bda9
parentc4bd2e31ceeac84d68592986fe70920f3d3d0443
Infer target version based on project metadata (#3219)

Co-authored-by: Richard Si <sichard26@gmail.com>
.pre-commit-config.yaml
CHANGES.md
pyproject.toml
src/black/__init__.py
src/black/files.py
src/black/parsing.py
tests/data/project_metadata/both_pyproject.toml [new file with mode: 0644]
tests/data/project_metadata/neither_pyproject.toml [new file with mode: 0644]
tests/data/project_metadata/only_black_pyproject.toml [new file with mode: 0644]
tests/data/project_metadata/only_metadata_pyproject.toml [new file with mode: 0644]
tests/test_black.py