]> git.madduck.net Git - etc/vim.git/blob - src/black_primer/primer.json

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:

Jupyter notebook support (#2357)
[etc/vim.git] / src / black_primer / primer.json
1 {
2   "configuration_format_version": 20200509,
3   "projects": {
4     "STDIN": {
5       "cli_arguments": ["--experimental-string-processing"],
6       "expect_formatting_changes": false,
7       "git_clone_url": "",
8       "long_checkout": false,
9       "py_versions": ["all"]
10     },
11     "aioexabgp": {
12       "cli_arguments": ["--experimental-string-processing"],
13       "expect_formatting_changes": false,
14       "git_clone_url": "https://github.com/cooperlees/aioexabgp.git",
15       "long_checkout": false,
16       "py_versions": ["all"]
17     },
18     "attrs": {
19       "cli_arguments": ["--experimental-string-processing"],
20       "expect_formatting_changes": true,
21       "git_clone_url": "https://github.com/python-attrs/attrs.git",
22       "long_checkout": false,
23       "py_versions": ["all"]
24     },
25     "bandersnatch": {
26       "cli_arguments": ["--experimental-string-processing"],
27       "expect_formatting_changes": true,
28       "git_clone_url": "https://github.com/pypa/bandersnatch.git",
29       "long_checkout": false,
30       "py_versions": ["all"]
31     },
32     "channels": {
33       "cli_arguments": ["--experimental-string-processing"],
34       "expect_formatting_changes": true,
35       "git_clone_url": "https://github.com/django/channels.git",
36       "long_checkout": false,
37       "py_versions": ["all"]
38     },
39     "django": {
40       "cli_arguments": [
41         "--experimental-string-processing",
42         "--skip-string-normalization",
43         "--extend-exclude",
44         "/((docs|scripts)/|django/forms/models.py|tests/gis_tests/test_spatialrefsys.py|tests/test_runner_apps/tagged/tests_syntax_error.py)"
45       ],
46       "expect_formatting_changes": true,
47       "git_clone_url": "https://github.com/django/django.git",
48       "long_checkout": false,
49       "py_versions": ["3.8", "3.9"]
50     },
51     "flake8-bugbear": {
52       "cli_arguments": ["--experimental-string-processing"],
53       "expect_formatting_changes": false,
54       "git_clone_url": "https://github.com/PyCQA/flake8-bugbear.git",
55       "long_checkout": false,
56       "py_versions": ["all"]
57     },
58     "hypothesis": {
59       "cli_arguments": ["--experimental-string-processing"],
60       "expect_formatting_changes": true,
61       "git_clone_url": "https://github.com/HypothesisWorks/hypothesis.git",
62       "long_checkout": false,
63       "py_versions": ["all"]
64     },
65     "pandas": {
66       "cli_arguments": ["--experimental-string-processing"],
67       "expect_formatting_changes": true,
68       "git_clone_url": "https://github.com/pandas-dev/pandas.git",
69       "long_checkout": false,
70       "py_versions": ["all"]
71     },
72     "pillow": {
73       "cli_arguments": ["--experimental-string-processing"],
74       "expect_formatting_changes": true,
75       "git_clone_url": "https://github.com/python-pillow/Pillow.git",
76       "long_checkout": false,
77       "py_versions": ["all"]
78     },
79     "poetry": {
80       "cli_arguments": ["--experimental-string-processing"],
81       "expect_formatting_changes": true,
82       "git_clone_url": "https://github.com/python-poetry/poetry.git",
83       "long_checkout": false,
84       "py_versions": ["all"]
85     },
86     "pyanalyze": {
87       "cli_arguments": ["--experimental-string-processing"],
88       "expect_formatting_changes": false,
89       "git_clone_url": "https://github.com/quora/pyanalyze.git",
90       "long_checkout": false,
91       "py_versions": ["all"]
92     },
93     "pyramid": {
94       "cli_arguments": ["--experimental-string-processing"],
95       "expect_formatting_changes": true,
96       "git_clone_url": "https://github.com/Pylons/pyramid.git",
97       "long_checkout": false,
98       "py_versions": ["all"]
99     },
100     "ptr": {
101       "cli_arguments": ["--experimental-string-processing"],
102       "expect_formatting_changes": false,
103       "git_clone_url": "https://github.com/facebookincubator/ptr.git",
104       "long_checkout": false,
105       "py_versions": ["all"]
106     },
107     "pytest": {
108       "cli_arguments": ["--experimental-string-processing"],
109       "expect_formatting_changes": true,
110       "git_clone_url": "https://github.com/pytest-dev/pytest.git",
111       "long_checkout": false,
112       "py_versions": ["all"]
113     },
114     "scikit-lego": {
115       "cli_arguments": ["--experimental-string-processing"],
116       "expect_formatting_changes": true,
117       "git_clone_url": "https://github.com/koaning/scikit-lego",
118       "long_checkout": false,
119       "py_versions": ["all"]
120     },
121     "sqlalchemy": {
122       "cli_arguments": ["--experimental-string-processing"],
123       "expect_formatting_changes": true,
124       "git_clone_url": "https://github.com/sqlalchemy/sqlalchemy.git",
125       "long_checkout": false,
126       "py_versions": ["all"]
127     },
128     "tox": {
129       "cli_arguments": ["--experimental-string-processing"],
130       "expect_formatting_changes": true,
131       "git_clone_url": "https://github.com/tox-dev/tox.git",
132       "long_checkout": false,
133       "py_versions": ["all"]
134     },
135     "typeshed": {
136       "cli_arguments": ["--experimental-string-processing"],
137       "expect_formatting_changes": true,
138       "git_clone_url": "https://github.com/python/typeshed.git",
139       "long_checkout": false,
140       "py_versions": ["all"]
141     },
142     "virtualenv": {
143       "cli_arguments": ["--experimental-string-processing"],
144       "expect_formatting_changes": true,
145       "git_clone_url": "https://github.com/pypa/virtualenv.git",
146       "long_checkout": false,
147       "py_versions": ["all"]
148     },
149     "warehouse": {
150       "cli_arguments": ["--experimental-string-processing"],
151       "expect_formatting_changes": true,
152       "git_clone_url": "https://github.com/pypa/warehouse.git",
153       "long_checkout": false,
154       "py_versions": ["all"]
155     }
156   }
157 }