From faac07d1f2d58e60dc4e2cce2c5937890d89c1d4 Mon Sep 17 00:00:00 2001 From: Daniel Pozsar Date: Sun, 3 Nov 2024 18:01:46 +0100 Subject: [PATCH] it is needed to use python 3.9.6, removed a bunch of formatting from pre-commit --- .pre-commit-config.yaml | 20 ++++++++++---------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f8626f1..5e8110f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,16 +10,16 @@ repos: # - L-HEADER # - --update-year # - --verbose -- repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 - hooks: - - id: trailing-whitespace - exclude: ^data/ - - id: end-of-file-fixer - exclude: ^data/ - - id: check-added-large-files - exclude: ^data/ - - id: check-yaml +#- repo: https://github.com/pre-commit/pre-commit-hooks +# rev: v4.6.0 +# hooks: +# - id: trailing-whitespace +# exclude: ^data/ +# - id: end-of-file-fixer +# exclude: ^data/ +# - id: check-added-large-files +# exclude: ^data/ +# - id: check-yaml - repo: https://github.com/pycqa/isort rev: 5.13.2 hooks: diff --git a/pyproject.toml b/pyproject.toml index cc05485..1f2b84d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ kewords = [ "grogu", "magnetic interactions", ] -requires-python = "==3.9" +requires-python = ">=3.9" dependencies = [ "numpy", "scipy",