3 files changed
+3
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
462 | 462 |
| |
463 | 463 |
| |
464 | 464 |
| |
465 |
| - | |
| 465 | + | |
466 | 466 |
| |
467 | 467 |
| |
468 | 468 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
|
- .github/workflows/bundle_cron.yml+56
- .github/workflows/pre-commit.yml+30
- .github/workflows/reports_cron.yml+82
- .github/workflows/test.yml+54
- .gitignore+3
- .pre-commit-config.yaml+17
- .pylintrc+445
- .travis.yml-39
- README.rst+5-5
- adabot-cron.sh-1
- adabot.screenrc-1
- adabot/__init__.py
- adabot/arduino_libraries.py+343
- adabot/circuitpython_bundle.py+176-67
- adabot/circuitpython_libraries.py+585-1.0k
- adabot/circuitpython_library_download_stats.py+149-47
- adabot/circuitpython_library_patches.py+373-253
- adabot/github_requests.py+78-27
- adabot/lib/assign_hacktober_label.py+201
- adabot/lib/blinka_funcs.py+39
- adabot/lib/circuitpython_library_validators.py+1.3k
- adabot/lib/common_funcs.py+355
- adabot/pypi_requests.py+3-11
- adabot/travis_requests.py-70
- adabot/update_cp_org_libraries.py+309
- patches/0001-Added-help-text-and-problem-matcher.patch+46
- patches/0001-Added-pre-commit-and-SPDX-copyright.patch+78
- patches/0001-Added-pre-commit-config-file.patch+38
- patches/0001-Added-pull-request-template.patch+32
- patches/0001-Hardcoded-Black-and-REUSE-versions.patch+30
- patches/0001-Increase-duplicate-code-check-threshold.patch+23
- patches/0001-Moved-CI-to-Python-3.7.patch+29
- patches/0001-Re-added-pylint-install-to-build.yml.patch+28
- patches/0001-Removed-pylint-process-from-github-workflow-patch-2.patch+42
- patches/0001-Removed-pylint-process-from-github-workflow.patch+75
- patches/0001-build.yml-add-black-formatting-check.patch+24
- patches/0001-updated-CoC.patch-180
- patches/0003-actions-Remove-bad-whitespace-from-pylint-invocation.patch+25
- patches/ignore-the-board-module-imports-in-.pylintrc.patch-25
- pytest.ini+3
- requirements.txt+7-5
- template-env.sh+3-6
- tests/integration/test_arduino_libraries.py+63
- tests/integration/test_circuitpython_libraries.py+70
- tests/test_circuitpython_libraries.py-124
- tests/unit/test_blinka_funcs.py+32
- tests/unit/test_common_funcs.py+38
- tests/unit/test_github_requests.py+43
- tests/unit/test_pypi_requests.py+33
0 commit comments