mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2026-01-03 17:17:56 +01:00
Compare commits
2 Commits
a785dadd3b
...
7b97e5fb42
| Author | SHA1 | Date | |
|---|---|---|---|
| 7b97e5fb42 | |||
| f501c30a86 |
6
.pre-commit-config.yaml
vendored
6
.pre-commit-config.yaml
vendored
@ -52,19 +52,19 @@ repos:
|
|||||||
args: [--update-only]
|
args: [--update-only]
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||||
rev: "v1.17.1"
|
rev: "v1.18.2"
|
||||||
hooks:
|
hooks:
|
||||||
- id: mypy
|
- id: mypy
|
||||||
additional_dependencies: [types-tabulate]
|
additional_dependencies: [types-tabulate]
|
||||||
|
|
||||||
- repo: https://github.com/pycqa/isort
|
- repo: https://github.com/pycqa/isort
|
||||||
rev: 6.0.1
|
rev: 7.0.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
name: isort (python)
|
name: isort (python)
|
||||||
|
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 25.1.0
|
rev: 25.9.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
|
|
||||||
|
|||||||
@ -27,6 +27,7 @@ flatpak override --filesystem=~/gdb.txt:rw $@
|
|||||||
flatpak override --filesystem=~/.curlrc $@
|
flatpak override --filesystem=~/.curlrc $@
|
||||||
flatpak override --filesystem=~/.editorconfig $@
|
flatpak override --filesystem=~/.editorconfig $@
|
||||||
flatpak override --filesystem=~/.local/share/fonts $@
|
flatpak override --filesystem=~/.local/share/fonts $@
|
||||||
|
flatpak override --filesystem=xdg-config/fontconfig:ro $@
|
||||||
|
|
||||||
# Controller access for everything and SECURITY likely all input access
|
# Controller access for everything and SECURITY likely all input access
|
||||||
# F: Not sharing "/dev/uinput" with sandbox: File "/dev/uinput" has unsupported type 0o20000
|
# F: Not sharing "/dev/uinput" with sandbox: File "/dev/uinput" has unsupported type 0o20000
|
||||||
@ -35,7 +36,7 @@ flatpak override --filesystem=/run/udev $@
|
|||||||
# MangoHUD for everything that has it
|
# MangoHUD for everything that has it
|
||||||
flatpak override --env=MANGOHUD=1 $@
|
flatpak override --env=MANGOHUD=1 $@
|
||||||
flatpak override --env=MANGOHUD_CONFIG='read_cfg,background_alpha=0,horizontal,time,time_no_label,time_format=%X,position=bottom-left' $@
|
flatpak override --env=MANGOHUD_CONFIG='read_cfg,background_alpha=0,horizontal,time,time_no_label,time_format=%X,position=bottom-left' $@
|
||||||
flatpak override --filesystem=xdg-config/MangoHud $@
|
flatpak override --filesystem=xdg-config/MangoHud:ro $@
|
||||||
# and of course we are Steam Deck everywhere, no question about it!
|
# and of course we are Steam Deck everywhere, no question about it!
|
||||||
flatpak override --env=SteamDeck=1 $@
|
flatpak override --env=SteamDeck=1 $@
|
||||||
|
|
||||||
|
|||||||
@ -9,6 +9,6 @@
|
|||||||
"prettier-plugin-sh": "0.18.0",
|
"prettier-plugin-sh": "0.18.0",
|
||||||
"prettier-plugin-toml": "2.0.6"
|
"prettier-plugin-toml": "2.0.6"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67",
|
"packageManager": "pnpm@10.19.1-oidc-test.3+sha512.e5961a4b56bb37620f97b65da4ca56216634bf39ed358eda925f0f036534d458fa249d93ed0021410523f8bb7ed8512b61fe5532ed3e81777793366c6be026b5",
|
||||||
"prettier": "@aminda/global-prettier-config"
|
"prettier": "@aminda/global-prettier-config"
|
||||||
}
|
}
|
||||||
|
|||||||
10
pnpm-lock.yaml
generated
vendored
10
pnpm-lock.yaml
generated
vendored
@ -18,7 +18,7 @@ importers:
|
|||||||
version: 3.4.2(prettier@3.6.2)
|
version: 3.4.2(prettier@3.6.2)
|
||||||
corepack:
|
corepack:
|
||||||
specifier: latest
|
specifier: latest
|
||||||
version: 0.34.0
|
version: 0.34.1
|
||||||
prettier:
|
prettier:
|
||||||
specifier: 3.6.2
|
specifier: 3.6.2
|
||||||
version: 3.6.2
|
version: 3.6.2
|
||||||
@ -86,10 +86,10 @@ packages:
|
|||||||
integrity: sha512-wy3mC1x4ye+O+QkEinVJkPf5u2vsrDIYW9G7ZuwFl6v/Yu0LwUuT2POsb+NUWApebyxfkQq6+yDfRExbnI5rcw==,
|
integrity: sha512-wy3mC1x4ye+O+QkEinVJkPf5u2vsrDIYW9G7ZuwFl6v/Yu0LwUuT2POsb+NUWApebyxfkQq6+yDfRExbnI5rcw==,
|
||||||
}
|
}
|
||||||
|
|
||||||
corepack@0.34.0:
|
corepack@0.34.1:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
integrity: sha512-8D9N/k9hDjoISCDGUzH2wBF0fJD49p3G7ifoEZcc0vhB7Py6r+Mc1SpJ8dvnWY/HMP95K60WkQbN7vgbUgXgpA==,
|
integrity: sha512-lq4mE+fhHCwSF+Z/uolUr9hXlc8qOEIAR/rnBt/z1HetTDQ1gzQuxDOzjP9V6wqJHRMelCDp4Pvxn2x3wHV7dA==,
|
||||||
}
|
}
|
||||||
engines: { node: ^20.10.0 || ^22.11.0 || >=24.0.0 }
|
engines: { node: ^20.10.0 || ^22.11.0 || >=24.0.0 }
|
||||||
hasBin: true
|
hasBin: true
|
||||||
@ -150,7 +150,7 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@prettier/plugin-ruby": 4.0.4(prettier@3.6.2)
|
"@prettier/plugin-ruby": 4.0.4(prettier@3.6.2)
|
||||||
"@prettier/plugin-xml": 3.4.2(prettier@3.6.2)
|
"@prettier/plugin-xml": 3.4.2(prettier@3.6.2)
|
||||||
corepack: 0.34.0
|
corepack: 0.34.1
|
||||||
prettier: 3.6.2
|
prettier: 3.6.2
|
||||||
prettier-plugin-nginx: 1.0.3
|
prettier-plugin-nginx: 1.0.3
|
||||||
prettier-plugin-sh: 0.18.0(prettier@3.6.2)
|
prettier-plugin-sh: 0.18.0(prettier@3.6.2)
|
||||||
@ -181,7 +181,7 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
regexp-to-ast: 0.5.0
|
regexp-to-ast: 0.5.0
|
||||||
|
|
||||||
corepack@0.34.0: {}
|
corepack@0.34.1: {}
|
||||||
|
|
||||||
prettier-plugin-nginx@1.0.3: {}
|
prettier-plugin-nginx@1.0.3: {}
|
||||||
|
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit e7c4e73a6166713b2dbe44ebfbb09c8cc11b0df0
|
Subproject commit ed884c39da23a9d44370fd028ee2336f56d93aee
|
||||||
Loading…
x
Reference in New Issue
Block a user