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

Add pyanalyze and typeshed to black-primer (#2152)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Tue, 27 Apr 2021 15:33:51 +0000 (08:33 -0700)
committerGitHub <noreply@github.com>
Tue, 27 Apr 2021 15:33:51 +0000 (08:33 -0700)
pyanalyze is one of my projects and it uses `--experimental-string-processing`.

typeshed has a lot of stub files.

src/black_primer/primer.json

index d38e01dd70783010ca44f340ec5bdf8b9095cb3f..75469ad815b0777e5552b1d2b7df8e39ae723f8b 100644 (file)
       "long_checkout": false,
       "py_versions": ["all"]
     },
+    "pyanalyze": {
+      "cli_arguments": [],
+      "expect_formatting_changes": false,
+      "git_clone_url": "https://github.com/quora/pyanalyze.git",
+      "long_checkout": false,
+      "py_versions": ["all"]
+    },
     "pyramid": {
       "cli_arguments": [],
       "expect_formatting_changes": true,
       "long_checkout": false,
       "py_versions": ["all"]
     },
+    "typeshed": {
+      "cli_arguments": [],
+      "expect_formatting_changes": true,
+      "git_clone_url": "https://github.com/python/typeshed.git",
+      "long_checkout": false,
+      "py_versions": ["all"]
+    },
     "virtualenv": {
       "cli_arguments": [],
       "expect_formatting_changes": false,