-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule BGmi
updated
18 files
+10 −0 | .github/renovate.json | |
+3 −3 | .github/workflows/build.yaml | |
+10 −25 | .github/workflows/lint.yaml | |
+5 −5 | .github/workflows/release.yaml | |
+10 −5 | .github/workflows/test-downloader.yaml | |
+20 −8 | .github/workflows/test.yaml | |
+9 −17 | .pre-commit-config.yaml | |
+22 −1 | README.md | |
+1 −0 | bgmi/config.py | |
+13 −4 | bgmi/lib/controllers.py | |
+2 −4 | bgmi/main.py | |
+56 −1 | bgmi/script.py | |
+2 −1 | bgmi/website/base.py | |
+366 −525 | poetry.lock | |
+23 −43 | pyproject.toml | |
+1 −1 | tests/downloader/docker-compose.yaml | |
+1 −0 | tests/downloader/test_common.py | |
+4 −1 | tests/test_utils.py |