mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
@@ -55,11 +55,3 @@ repos:
|
|||||||
args:
|
args:
|
||||||
- '--strict'
|
- '--strict'
|
||||||
additional_dependencies: [ types-requests ]
|
additional_dependencies: [ types-requests ]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# sets up .pre-commit-ci.yaml to ensure pre-commit dependencies stay up to date
|
|
||||||
ci:
|
|
||||||
autoupdate_schedule: weekly
|
|
||||||
skip: [ ]
|
|
||||||
submodules: false
|
|
||||||
|
|||||||
+4
-3
@@ -4,8 +4,9 @@ set -o errexit
|
|||||||
set -o pipefail
|
set -o pipefail
|
||||||
set -o nounset
|
set -o nounset
|
||||||
|
|
||||||
export PATCH_APPS=youtube,twitter,reddit,youtube_music,spotify
|
export PATCH_APPS=youtube,twitter,reddit,youtube_music
|
||||||
export BUILD_EXTENDED=True
|
export BUILD_EXTENDED=True
|
||||||
export EXCLUDE_PATCH_YOUTUBE=custom-branding,enable-debugging
|
export EXCLUDE_PATCH_YOUTUBE=custom-branding,enable-debugging
|
||||||
export EXCLUDE_PATCH_YOUTUBE_EXTENDED=custom-branding-red,custom-branding-blue,amoled
|
export EXCLUDE_PATCH_YOUTUBE_EXTENDED=custom-branding-red,custom-branding-blue,materialyou,custom-branding-decipher3114,custom-branding-name,custom-package-name,always-autorepeat
|
||||||
export EXCLUDE_PATCH_YOUTUBE_MUSIC_EXTENDED=custom-branding-music
|
export EXCLUDE_PATCH_YOUTUBE_MUSIC_EXTENDED=custom-branding-music,custom-branding-music-decipher3114,custom-package-name-music,custom-branding-music-red
|
||||||
|
export BUILD_OG_BRANDING_YOUTUBE=True
|
||||||
|
|||||||
Reference in New Issue
Block a user