mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-08-21 05:47:20 +02:00
Compare commits
No commits in common. "c902fc7790b6f610990a0de805cff24680a4b271" and "2a9f4de657b3fdfc54c670540345477aae60f6d2" have entirely different histories.
c902fc7790
...
2a9f4de657
@ -54,7 +54,7 @@ repos:
|
|||||||
# https://github.com/Mikaela/gist/blob/master/doctoc.txt
|
# https://github.com/Mikaela/gist/blob/master/doctoc.txt
|
||||||
args: [--update-only]
|
args: [--update-only]
|
||||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||||
rev: "v1.7.0"
|
rev: "v1.6.1"
|
||||||
hooks:
|
hooks:
|
||||||
- id: mypy
|
- id: mypy
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
@ -72,25 +72,25 @@ repos:
|
|||||||
hooks:
|
hooks:
|
||||||
- id: add-trailing-comma
|
- id: add-trailing-comma
|
||||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||||
rev: "v3.1.0"
|
rev: "v3.0.3"
|
||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
exclude_types: [python, pyi, jupyter]
|
exclude_types: [python, pyi, jupyter]
|
||||||
additional_dependencies: [
|
additional_dependencies: [
|
||||||
# https://www.npmjs.com/package/prettier
|
# https://www.npmjs.com/package/prettier
|
||||||
"prettier@3.1.0",
|
"prettier@3.0.3",
|
||||||
# https://www.npmjs.com/package/@prettier/plugin-ruby
|
# https://www.npmjs.com/package/@prettier/plugin-ruby
|
||||||
"@prettier/plugin-ruby@4.0.2",
|
"@prettier/plugin-ruby@4.0.2",
|
||||||
]
|
]
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 23.11.0
|
rev: 23.10.1
|
||||||
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-3
|
rev: v3.7.0-1
|
||||||
hooks:
|
hooks:
|
||||||
- id: shfmt
|
- id: shfmt
|
||||||
#- id: shfmt-docker
|
#- id: shfmt-docker
|
||||||
|
@ -52,10 +52,6 @@ flatpak override --filesystem=/run/udev:ro com.microsoft.Edge $@
|
|||||||
# Mosh starts by opening an SSH connection and thus it needs to at least read my SSH config. Seeing new keys probably needs rw to known_hosts and as I use sockets, they may need rw. Then there is my config.d being in a private git repo...
|
# Mosh starts by opening an SSH connection and thus it needs to at least read my SSH config. Seeing new keys probably needs rw to known_hosts and as I use sockets, they may need rw. Then there is my config.d being in a private git repo...
|
||||||
flatpak override --filesystem=~/.ssh/config:ro --filesystem=~/.ssh/config.d:ro --filesystem=~/.ssh/known_hosts:rw --filesystem=~/.ssh/sockets:rw --filesystem=~/src/gitea.blesmrt.net/Mikaela/privgist/ssh/config.d:ro org.mosh.mosh $@
|
flatpak override --filesystem=~/.ssh/config:ro --filesystem=~/.ssh/config.d:ro --filesystem=~/.ssh/known_hosts:rw --filesystem=~/.ssh/sockets:rw --filesystem=~/src/gitea.blesmrt.net/Mikaela/privgist/ssh/config.d:ro org.mosh.mosh $@
|
||||||
|
|
||||||
# Apparently Element needs this talk for encrypted search
|
|
||||||
# https://github.com/flathub/im.riot.Riot/issues/303#issuecomment-1816055123
|
|
||||||
flatpak override im.riot.Riot --talk-name=org.freedesktop.secrets $@
|
|
||||||
|
|
||||||
# Display the overrides
|
# Display the overrides
|
||||||
if [ -d /var/lib/flatpak/overrides/ ]; then
|
if [ -d /var/lib/flatpak/overrides/ ]; then
|
||||||
tail -n +1 /var/lib/flatpak/overrides/*
|
tail -n +1 /var/lib/flatpak/overrides/*
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit ae4f1a9241708ee3903af4130e88f8cfb1874434
|
Subproject commit 18120ff620e23d03cc2b1c7925458148fb18241a
|
Loading…
x
Reference in New Issue
Block a user