]> git.madduck.net Git - etc/vim.git/blob - .vim/bundle/black/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:

Add '.vim/bundle/black/' from commit '2f3fa1f6d0cbc2a3f31c7440c422da173b068e7b'
[etc/vim.git] / .vim / bundle / black / src / black_primer / primer.json
1 {
2   "configuration_format_version": 20210815,
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     "cpython": {
40       "disabled": true,
41       "disabled_reason": "To big / slow for GitHub Actions but handy to keep config to use manually or in some other CI in the future",
42       "base_path": "Lib",
43       "cli_arguments": [
44         "--experimental-string-processing",
45         "--extend-exclude",
46         [
47           "Lib/lib2to3/tests/data/different_encoding.py",
48           "|Lib/lib2to3/tests/data/false_encoding.py",
49           "|Lib/lib2to3/tests/data/py2_test_grammar.py",
50           "|Lib/test/bad_coding.py",
51           "|Lib/test/bad_coding2.py",
52           "|Lib/test/badsyntax_3131.py",
53           "|Lib/test/badsyntax_pep3120.py",
54           "|Lib/test/test_base64.py",
55           "|Lib/test/test_exceptions.py",
56           "|Lib/test/test_grammar.py",
57           "|Lib/test/test_named_expressions.py",
58           "|Lib/test/test_patma.py",
59           "|Lib/test/test_tokenize.py",
60           "|Lib/test/test_xml_etree.py",
61           "|Lib/traceback.py"
62         ]
63       ],
64       "expect_formatting_changes": true,
65       "git_clone_url": "https://github.com/python/cpython.git",
66       "long_checkout": false,
67       "py_versions": ["3.9", "3.10"],
68       "timeout_seconds": 900
69     },
70     "django": {
71       "cli_arguments": [
72         "--experimental-string-processing",
73         "--skip-string-normalization",
74         "--extend-exclude",
75         "/((docs|scripts)/|django/forms/models.py|tests/gis_tests/test_spatialrefsys.py|tests/test_runner_apps/tagged/tests_syntax_error.py)"
76       ],
77       "expect_formatting_changes": true,
78       "git_clone_url": "https://github.com/django/django.git",
79       "long_checkout": false,
80       "py_versions": ["3.8", "3.9"]
81     },
82     "flake8-bugbear": {
83       "cli_arguments": ["--experimental-string-processing"],
84       "expect_formatting_changes": false,
85       "git_clone_url": "https://github.com/PyCQA/flake8-bugbear.git",
86       "long_checkout": false,
87       "py_versions": ["all"]
88     },
89     "hypothesis": {
90       "cli_arguments": ["--experimental-string-processing"],
91       "expect_formatting_changes": true,
92       "git_clone_url": "https://github.com/HypothesisWorks/hypothesis.git",
93       "long_checkout": false,
94       "py_versions": ["all"]
95     },
96     "pandas": {
97       "cli_arguments": ["--experimental-string-processing"],
98       "expect_formatting_changes": true,
99       "git_clone_url": "https://github.com/pandas-dev/pandas.git",
100       "long_checkout": false,
101       "py_versions": ["all"]
102     },
103     "pillow": {
104       "cli_arguments": ["--experimental-string-processing"],
105       "expect_formatting_changes": true,
106       "git_clone_url": "https://github.com/python-pillow/Pillow.git",
107       "long_checkout": false,
108       "py_versions": ["all"]
109     },
110     "poetry": {
111       "cli_arguments": ["--experimental-string-processing"],
112       "expect_formatting_changes": true,
113       "git_clone_url": "https://github.com/python-poetry/poetry.git",
114       "long_checkout": false,
115       "py_versions": ["all"]
116     },
117     "pyanalyze": {
118       "cli_arguments": ["--experimental-string-processing"],
119       "expect_formatting_changes": false,
120       "git_clone_url": "https://github.com/quora/pyanalyze.git",
121       "long_checkout": false,
122       "py_versions": ["all"]
123     },
124     "pyramid": {
125       "cli_arguments": ["--experimental-string-processing"],
126       "expect_formatting_changes": true,
127       "git_clone_url": "https://github.com/Pylons/pyramid.git",
128       "long_checkout": false,
129       "py_versions": ["all"]
130     },
131     "ptr": {
132       "cli_arguments": ["--experimental-string-processing"],
133       "expect_formatting_changes": false,
134       "git_clone_url": "https://github.com/facebookincubator/ptr.git",
135       "long_checkout": false,
136       "py_versions": ["all"]
137     },
138     "pytest": {
139       "cli_arguments": ["--experimental-string-processing"],
140       "expect_formatting_changes": true,
141       "git_clone_url": "https://github.com/pytest-dev/pytest.git",
142       "long_checkout": false,
143       "py_versions": ["all"]
144     },
145     "scikit-lego": {
146       "cli_arguments": ["--experimental-string-processing"],
147       "expect_formatting_changes": true,
148       "git_clone_url": "https://github.com/koaning/scikit-lego",
149       "long_checkout": false,
150       "py_versions": ["all"]
151     },
152     "sqlalchemy": {
153       "cli_arguments": ["--experimental-string-processing"],
154       "expect_formatting_changes": true,
155       "git_clone_url": "https://github.com/sqlalchemy/sqlalchemy.git",
156       "long_checkout": false,
157       "py_versions": ["all"]
158     },
159     "tox": {
160       "cli_arguments": ["--experimental-string-processing"],
161       "expect_formatting_changes": true,
162       "git_clone_url": "https://github.com/tox-dev/tox.git",
163       "long_checkout": false,
164       "py_versions": ["all"]
165     },
166     "typeshed": {
167       "cli_arguments": ["--experimental-string-processing"],
168       "expect_formatting_changes": true,
169       "git_clone_url": "https://github.com/python/typeshed.git",
170       "long_checkout": false,
171       "py_versions": ["all"]
172     },
173     "virtualenv": {
174       "cli_arguments": ["--experimental-string-processing"],
175       "expect_formatting_changes": true,
176       "git_clone_url": "https://github.com/pypa/virtualenv.git",
177       "long_checkout": false,
178       "py_versions": ["all"]
179     },
180     "warehouse": {
181       "cli_arguments": ["--experimental-string-processing"],
182       "expect_formatting_changes": true,
183       "git_clone_url": "https://github.com/pypa/warehouse.git",
184       "long_checkout": false,
185       "py_versions": ["all"]
186     }
187   }
188 }