mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -25,7 +25,7 @@ repos:
|
|||||||
|
|
||||||
|
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 22.12.0
|
rev: 23.1.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ repos:
|
|||||||
args: [ "--config=setup.cfg" ]
|
args: [ "--config=setup.cfg" ]
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||||
rev: v0.991
|
rev: v1.0.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: mypy
|
- id: mypy
|
||||||
args:
|
args:
|
||||||
|
|||||||
@@ -54,7 +54,6 @@ def main() -> None:
|
|||||||
)
|
)
|
||||||
if len(config.alternative_youtube_music_patches) and "youtube_music" in config.apps:
|
if len(config.alternative_youtube_music_patches) and "youtube_music" in config.apps:
|
||||||
for alternative_patch in config.alternative_youtube_music_patches:
|
for alternative_patch in config.alternative_youtube_music_patches:
|
||||||
|
|
||||||
_, version, is_experimental = patcher.get_app_configs("youtube_music")
|
_, version, is_experimental = patcher.get_app_configs("youtube_music")
|
||||||
was_inverted = parser.invert_patch(alternative_patch)
|
was_inverted = parser.invert_patch(alternative_patch)
|
||||||
if was_inverted:
|
if was_inverted:
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
environs==9.5.0
|
environs==9.5.0
|
||||||
loguru==0.6.0
|
loguru==0.6.0
|
||||||
pre-commit==3.0.2
|
pre-commit==3.0.4
|
||||||
requests==2.28.2
|
requests==2.28.2
|
||||||
selectolax==0.3.12
|
selectolax==0.3.12
|
||||||
tqdm==4.64.1
|
tqdm==4.64.1
|
||||||
|
|||||||
Reference in New Issue
Block a user