diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 363589c..eabbdc8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,9 +12,10 @@ ci: # https://github.com/pre-commit-ci/issues/issues/83 autoupdate_schedule: quarterly -# Use pypy3 for the Python hooks. Except don't, see .gitlab-ci.yml -#default_language_version: -# python: pypy3 +# Consistency with other tools +default_language_version: + node: lts + ruby: .ruby-version repos: - repo: https://github.com/pre-commit/pre-commit-hooks diff --git a/package.json b/package.json index 8e0c4c8..270eafb 100644 --- a/package.json +++ b/package.json @@ -2,5 +2,5 @@ "devDependencies": { "@aminda/global-prettier-config": "2024.28.4" }, - "packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903" + "packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e" }