From d630796e6d4aef5f4755b8ceee5855e69047ca1b Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 23 Jul 2024 15:47:59 +0300 Subject: [PATCH] introduce pyenv to the repo --- .gitignore | 1 + .pre-commit-config.yaml | 5 ++--- .python-version | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .python-version diff --git a/.gitignore b/.gitignore index 6fc5ccf9..cd2ff8ba 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ !.nvmrc !.pre-commit-config.yaml !.prettierignore +!.python-version !.renovate-shared.json* !.reuse diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d2e41dec..0da880bf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,9 +11,8 @@ ci: default_language_version: node: lts - # 2024-07-23: Kali Linux python3 is 3.11.9, which apparently is incompatible - # with the rest of this config. - python: python3.12 + # Remember .python-version ! + python: 3.12.4 ruby: .ruby-version repos: diff --git a/.python-version b/.python-version new file mode 100644 index 00000000..455808f8 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.12.4