mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-08-20 05:17:20 +02:00
Compare commits
3 Commits
7a64bfbfbe
...
f01efe805c
Author | SHA1 | Date | |
---|---|---|---|
f01efe805c | |||
48c697969f | |||
d7d00acd75 |
@ -11,6 +11,10 @@ ci:
|
|||||||
autoupdate_schedule: quarterly
|
autoupdate_schedule: quarterly
|
||||||
skip: [pylint]
|
skip: [pylint]
|
||||||
|
|
||||||
|
# Fedora 39 python3 is 3.12 and nothing supports it
|
||||||
|
default_language_version:
|
||||||
|
python: python3.11
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.4.0
|
rev: v4.4.0
|
||||||
|
@ -74,6 +74,10 @@ if hash flatpak 2>/dev/null; then
|
|||||||
#echo ' 404 is not a weird error, try flatpak <subcommand> --no-static-deltas'
|
#echo ' 404 is not a weird error, try flatpak <subcommand> --no-static-deltas'
|
||||||
# Flatpak's version of `apt autoremove`
|
# Flatpak's version of `apt autoremove`
|
||||||
flatpak uninstall --unused --assumeyes --noninteractive
|
flatpak uninstall --unused --assumeyes --noninteractive
|
||||||
|
# And as an user although probably inapplicable for sudo/root
|
||||||
|
flatpak update --user --noninteractive --assumeyes
|
||||||
|
flatpak update --user --noninteractive --assumeyes --no-static-deltas
|
||||||
|
flatpak uninstall --user --unused --assumeyes --noninteractive
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if hash snap 2>/dev/null; then
|
if hash snap 2>/dev/null; then
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit d3c2de466f4f7ec11650555e68f4fc17ba38e3fa
|
Subproject commit 27fc7c6fbf06f0d32e5833736863d3455d1b8b8d
|
@ -1 +1 @@
|
|||||||
Subproject commit d91148b3d891d2144c7a214a5fbcd6aa9a15b369
|
Subproject commit 2f21e58f2a497a9d89b3198f0d9634f8617fd310
|
Loading…
x
Reference in New Issue
Block a user