]> git.madduck.net Git - etc/vim.git/commitdiff

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:

Added not formatting files in gitignore (psf#1682) (#1734)
authorSimon <32608483+J-Exodus@users.noreply.github.com>
Sun, 11 Apr 2021 21:00:03 +0000 (07:00 +1000)
committerGitHub <noreply@github.com>
Sun, 11 Apr 2021 21:00:03 +0000 (14:00 -0700)
docs/pyproject_toml.md

index 77c12b76be96bca868e4fa4b7ff7b8aebc311eba..ed88f37aa4a89b589e3f903725b07173cf008c4a 100644 (file)
@@ -48,6 +48,8 @@ You can also explicitly specify the path to a particular file that you want with
 If you're running with `--verbose`, you will see a blue message if a file was found and
 used.
 
+Files listed within a projects `.gitignore` file will not be formatted by _Black_.
+
 Please note `blackd` will not use `pyproject.toml` configuration.
 
 ## Configuration format