Compare commits

..

2 Commits

5 changed files with 6 additions and 6 deletions

View File

@ -83,14 +83,14 @@ repos:
"@prettier/plugin-ruby@4.0.4", "@prettier/plugin-ruby@4.0.4",
] ]
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 24.1.1 rev: 24.2.0
hooks: hooks:
- id: black - id: black
#Refer to pyproject.toml #Refer to pyproject.toml
#args: ["--line-length", "79", "--target-version", "py310"] #args: ["--line-length", "79", "--target-version", "py310"]
#- id: black-jupyter #- id: black-jupyter
- repo: https://github.com/scop/pre-commit-shfmt - repo: https://github.com/scop/pre-commit-shfmt
rev: v3.7.0-4 rev: v3.8.0-1
hooks: hooks:
- id: shfmt - id: shfmt
#- id: shfmt-docker #- id: shfmt-docker

View File

@ -3,5 +3,5 @@
set -x set -x
# proxy authentication is not supported # proxy authentication is not supported
# https://github.com/vector-im/element-web/issues/3320 # https://github.com/vector-im/element-web/issues/3320
flatpak run im.riot.Riot --proxy-server=socks5://127.0.0.1:9050 --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@ flatpak run --env=TZ=UTC im.riot.Riot --proxy-server=socks5://127.0.0.1:9050 --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@
set +x set +x

View File

@ -6,5 +6,5 @@
# TODO: Handle --help & --version flags # TODO: Handle --help & --version flags
set -x set -x
flatpak run --env=all_proxy=socks5://127.0.0.1:9050/ im.nheko.Nheko//master --profile $@ flatpak run --env=TZ=UTC --env=all_proxy=socks5://127.0.0.1:9050/ im.nheko.Nheko//master --profile $@
set +x set +x

View File

@ -3,5 +3,5 @@
set -x set -x
# proxy authentication is not supported # proxy authentication is not supported
# https://github.com/vector-im/element-web/issues/3320 # https://github.com/vector-im/element-web/issues/3320
flatpak run chat.schildi.desktop --proxy-server=socks5://127.0.0.1:9050 --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --system-theme-dark-override $@ flatpak run --env=TZ=UTC chat.schildi.desktop --proxy-server=socks5://127.0.0.1:9050 --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --system-theme-dark-override $@
set +x set +x

@ -1 +1 @@
Subproject commit bb2af0a71650877d5b7d64234e458b150d3bc73f Subproject commit 6d9212f96d37f78d9468b3647d48c8052ac84287