Compare commits

...

7 Commits

4 changed files with 12 additions and 6 deletions

View File

@ -10,6 +10,10 @@ ci:
autoupdate_schedule: quarterly autoupdate_schedule: quarterly
skip: [prettier, pylint] skip: [prettier, pylint]
default_language_version:
node: lts
ruby: .ruby-version
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0 rev: v4.6.0
@ -50,7 +54,7 @@ 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.10.1" rev: "v1.11.0"
hooks: hooks:
- id: mypy - id: mypy
additional_dependencies: [types-tabulate] additional_dependencies: [types-tabulate]

View File

@ -97,10 +97,9 @@ fi
# ./deb-update.bash && poweroff # ./deb-update.bash && poweroff
if hash pkcon 2> /dev/null; then if hash pkcon 2> /dev/null; then
# So PackageKit using KDE Plasma and possibly GNOME stop alerting about # KDE Plasma uses PackageKit for the update indicator
# already installed updates. It has backends for all other package managers, pkcon refresh --noninteractive --plain --verbose
# so it needs to be after them. pkcon update --noninteractive --plain --verbose
pkcon refresh force
fi fi
if hash apt-file 2> /dev/null; then if hash apt-file 2> /dev/null; then

View File

@ -35,4 +35,7 @@ if [ -f /etc/machine-id ]; then
fi fi
fi fi
echo "New kernel? Just in case, try sudo kernel-install add # $(uname -r)"
echo "Alternatively sudo kernel-install add-all"
#set +x #set +x

View File

@ -2,6 +2,6 @@
"devDependencies": { "devDependencies": {
"@aminda/global-prettier-config": "2024.28.4" "@aminda/global-prettier-config": "2024.28.4"
}, },
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903", "packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e",
"prettier": "@aminda/global-prettier-config" "prettier": "@aminda/global-prettier-config"
} }