diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index be83a3b..36ae14b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: rev: 24.4.2 hooks: - id: black - language_version: python3.11 + language_version: python3.10 - repo: https://github.com/pycqa/flake8 rev: 7.0.0 hooks: diff --git a/Pipfile b/Pipfile index 27f478d..7291ed5 100644 --- a/Pipfile +++ b/Pipfile @@ -9,4 +9,4 @@ cue-to-meta = {extras = ["test"], file = ".", editable = true} [dev-packages] [requires] -python_version = "3.11" +python_version = "3.10" diff --git a/Pipfile.lock b/Pipfile.lock index 01e6da5..ad9e894 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -5,7 +5,7 @@ }, "pipfile-spec": 6, "requires": { - "python_version": "3.11" + "python_version": "3.10" }, "sources": [ {