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

Fix an example for 'Improved parentheses management' in the (future of the) Black...
authorHarutaka Kawamura <hkawamura0130@gmail.com>
Mon, 3 Apr 2023 13:56:59 +0000 (22:56 +0900)
committerGitHub <noreply@github.com>
Mon, 3 Apr 2023 13:56:59 +0000 (06:56 -0700)
docs/the_black_code_style/future_style.md

index f5fc3644f18212552661fa14567cc80fb81fedc4..bfab905b288182c3fa1c9d80058d1b3e2a90a9bb 100644 (file)
@@ -93,7 +93,6 @@ parentheses are now removed. For example:
 
 ```python
 my_dict = {
-    my_dict = {
     "a key in my dict": a_very_long_variable
     * and_a_very_long_function_call()
     / 100000.0,