]> 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 not honouring pyproject.toml when using stdin and calling black from parent direc...
authorRenan Santos <renan.engmec@gmail.com>
Fri, 23 Jun 2023 04:21:49 +0000 (01:21 -0300)
committerGitHub <noreply@github.com>
Fri, 23 Jun 2023 04:21:49 +0000 (21:21 -0700)
commit453828d17d50e4bf8bdef972fa6815258e380034
tree9c99e408ebfdb4106fc7a0b0a99db8c1d737a081
parentd1248ca9beaf0ba526d265f4108836d89cf551b7
Fix not honouring pyproject.toml when using stdin and calling black from parent directory (#3719)

Co-authored-by: Renan Rodrigues <renan.rodrigues@appliedbiomath.com>
CHANGES.md
src/black/__init__.py
src/black/files.py
tests/test_black.py