mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-02-16 13:40:54 +01:00
Compare commits
7 Commits
7a3962d121
...
ed1369fb5f
Author | SHA1 | Date | |
---|---|---|---|
ed1369fb5f | |||
a8715c1da3 | |||
f45fbfef01 | |||
8d14df995b | |||
8760cbeded | |||
0a0521b116 | |||
b5dde1075e |
6
.pre-commit-config.yaml
vendored
6
.pre-commit-config.yaml
vendored
@ -10,6 +10,10 @@ ci:
|
||||
autoupdate_schedule: quarterly
|
||||
skip: [prettier, pylint]
|
||||
|
||||
default_language_version:
|
||||
node: lts
|
||||
ruby: .ruby-version
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.6.0
|
||||
@ -50,7 +54,7 @@ repos:
|
||||
args: [--update-only]
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: "v1.10.1"
|
||||
rev: "v1.11.0"
|
||||
hooks:
|
||||
- id: mypy
|
||||
additional_dependencies: [types-tabulate]
|
||||
|
@ -97,10 +97,9 @@ fi
|
||||
# ./deb-update.bash && poweroff
|
||||
|
||||
if hash pkcon 2> /dev/null; then
|
||||
# So PackageKit using KDE Plasma and possibly GNOME stop alerting about
|
||||
# already installed updates. It has backends for all other package managers,
|
||||
# so it needs to be after them.
|
||||
pkcon refresh force
|
||||
# KDE Plasma uses PackageKit for the update indicator
|
||||
pkcon refresh --noninteractive --plain --verbose
|
||||
pkcon update --noninteractive --plain --verbose
|
||||
fi
|
||||
|
||||
if hash apt-file 2> /dev/null; then
|
||||
|
@ -35,4 +35,7 @@ if [ -f /etc/machine-id ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
echo "New kernel? Just in case, try sudo kernel-install add # $(uname -r)"
|
||||
echo "Alternatively sudo kernel-install add-all"
|
||||
|
||||
#set +x
|
||||
|
@ -2,6 +2,6 @@
|
||||
"devDependencies": {
|
||||
"@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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user