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

primer: Renable pandas (#2185)
authorCooper Lees <me@cooperlees.com>
Mon, 3 May 2021 21:58:17 +0000 (14:58 -0700)
committerGitHub <noreply@github.com>
Mon, 3 May 2021 21:58:17 +0000 (14:58 -0700)
- It no longer crashes black so we should test on it's code
- Update django reason to name the file causing error
  - Seems it has a syntax error on purpose

src/black_primer/primer.json

index 5017a5625a38ee222834122338b82858cdc33721..137d075c68e9718138344f66f0c18c694a3c742f 100644 (file)
@@ -30,7 +30,7 @@
       "py_versions": ["all"]
     },
     "django": {
       "py_versions": ["all"]
     },
     "django": {
-      "disabled_reason": "black --check --diff returned 123 on two files",
+      "disabled_reason": "black --check --diff returned 123 on tests_syntax_error.py",
       "disabled": true,
       "cli_arguments": [],
       "expect_formatting_changes": true,
       "disabled": true,
       "cli_arguments": [],
       "expect_formatting_changes": true,
@@ -53,8 +53,6 @@
       "py_versions": ["all"]
     },
     "pandas": {
       "py_versions": ["all"]
     },
     "pandas": {
-      "disabled_reason": "black --check --diff returned 123 on one file",
-      "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",