diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ca3f205..21c4cdb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,10 +9,10 @@ ci: skip: [prettier, pylint] default_language_version: - node: lts + node: "lts" # Remember .python-version and pyproject.toml ! - python: 3.12.4 - ruby: .ruby-version + python: "3.12" + ruby: ".ruby-version" repos: - repo: https://github.com/pre-commit/pre-commit-hooks