mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-08-20 05:17:20 +02:00
Compare commits
No commits in common. "f01efe805cdaf743082394bfc17c5c603ea59247" and "7a64bfbfbee71cc945239919c15becc13a1c4ea4" have entirely different histories.
f01efe805c
...
7a64bfbfbe
@ -11,10 +11,6 @@ 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,10 +74,6 @@ 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 27fc7c6fbf06f0d32e5833736863d3455d1b8b8d
|
Subproject commit d3c2de466f4f7ec11650555e68f4fc17ba38e3fa
|
@ -1 +1 @@
|
|||||||
Subproject commit 2f21e58f2a497a9d89b3198f0d9634f8617fd310
|
Subproject commit d91148b3d891d2144c7a214a5fbcd6aa9a15b369
|
Loading…
x
Reference in New Issue
Block a user