|
1 | 1 | { |
| 2 | + "ansible": { |
| 3 | + "branch": "devel", |
| 4 | + "directories": ["lib/ansible"], |
| 5 | + "url": "https://github.com/ansible/ansible", |
| 6 | + "pylintrc_relpath": "test/lib/ansible_test/_util/controller/sanity/pylint/config/default.cfg" |
| 7 | + }, |
2 | 8 | "astroid": { |
3 | 9 | "branch": "main", |
4 | 10 | "directories": ["astroid"], |
|
10 | 16 | "directories": ["src/black/", "src/blackd/", "src/blib2to3/"], |
11 | 17 | "url": "https://github.com/psf/black" |
12 | 18 | }, |
| 19 | + "coverage": { |
| 20 | + "branch": "master", |
| 21 | + "directories": ["coverage"], |
| 22 | + "url": "https://github.com/nedbat/coveragepy", |
| 23 | + "pylintrc_relpath": "pyproject.toml" |
| 24 | + }, |
13 | 25 | "django": { |
14 | 26 | "branch": "main", |
15 | 27 | "directories": ["django"], |
|
21 | 33 | "directories": ["src/flask"], |
22 | 34 | "url": "https://github.com/pallets/flask" |
23 | 35 | }, |
24 | | - "home-assistant": { |
25 | | - "branch": "dev", |
26 | | - "directories": ["homeassistant"], |
27 | | - "url": "https://github.com/home-assistant/core" |
28 | | - }, |
29 | 36 | "music21": { |
30 | 37 | "branch": "master", |
31 | 38 | "directories": ["music21"], |
|
38 | 45 | "pylint_additional_args": ["--ignore-patterns=\"test_"], |
39 | 46 | "url": "https://github.com/pandas-dev/pandas" |
40 | 47 | }, |
| 48 | + "poetry-core": { |
| 49 | + "branch": "main", |
| 50 | + "directories": ["src"], |
| 51 | + "url": "https://github.com/python-poetry/poetry-core", |
| 52 | + "pylint_additional_args": ["--recursive=y", "--source-roots=src"] |
| 53 | + }, |
41 | 54 | "psycopg": { |
42 | 55 | "branch": "master", |
43 | 56 | "directories": ["psycopg/psycopg"], |
|
57 | 70 | "branch": "master", |
58 | 71 | "directories": ["src/sentry"], |
59 | 72 | "url": "https://github.com/getsentry/sentry" |
60 | | - }, |
61 | | - "coverage": { |
62 | | - "branch": "master", |
63 | | - "directories": ["coverage"], |
64 | | - "url": "https://github.com/nedbat/coveragepy", |
65 | | - "pylintrc_relpath": "pyproject.toml" |
66 | | - }, |
67 | | - "poetry-core": { |
68 | | - "branch": "main", |
69 | | - "directories": ["src"], |
70 | | - "url": "https://github.com/python-poetry/poetry-core", |
71 | | - "pylint_additional_args": ["--recursive=y", "--source-roots=src"] |
72 | 73 | } |
73 | 74 | } |
0 commit comments