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

Disable pandas while we look into #2193 (#2195)
authorCooper Lees <me@cooperlees.com>
Tue, 4 May 2021 19:49:20 +0000 (12:49 -0700)
committerGitHub <noreply@github.com>
Tue, 4 May 2021 19:49:20 +0000 (12:49 -0700)
src/black_primer/primer.json

index 137d075c68e9718138344f66f0c18c694a3c742f..78c1e2acdef2652989449be72e3fc09ceba20e0d 100644 (file)
@@ -53,6 +53,8 @@
       "py_versions": ["all"]
     },
     "pandas": {
       "py_versions": ["all"]
     },
     "pandas": {
+      "disabled_reason": "black-primer runs failing on Pandas - #2193",
+      "disabled": true,
       "cli_arguments": [],
       "expect_formatting_changes": true,
       "git_clone_url": "https://github.com/pandas-dev/pandas.git",
       "cli_arguments": [],
       "expect_formatting_changes": true,
       "git_clone_url": "https://github.com/pandas-dev/pandas.git",