]> git.madduck.net Git - etc/vim.git/blobdiff - pyproject.toml

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:

18.6b3
[etc/vim.git] / pyproject.toml
index 13f75a9e9a1b614508b2f4f07bbaf5cce275a5cd..4e1ed972b133144fb165c7682572c53fc60e3d64 100644 (file)
@@ -24,6 +24,7 @@ exclude = '''
   # The following are specific to Black, you probably don't want those.
   | blib2to3
   | tests/data
+  | profiling
 )/
 '''
 
@@ -32,7 +33,7 @@ exclude = '''
 
 [tool.poetry]
 name = "black"
-version = "18.6b2"
+version = "18.6b3"
 description = "The uncompromising code formatter."
 readme = "README.md"
 # FIXME: use proper Unicode below when new `pip` comes out with a fix for