it is needed to use python 3.9.6, removed a bunch of formatting from pre-commit

class-solution
Daniel Pozsar 3 months ago
parent 8677786da5
commit faac07d1f2

@ -10,16 +10,16 @@ repos:
# - L-HEADER # - L-HEADER
# - --update-year # - --update-year
# - --verbose # - --verbose
- repo: https://github.com/pre-commit/pre-commit-hooks #- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0 # rev: v4.6.0
hooks: # hooks:
- id: trailing-whitespace # - id: trailing-whitespace
exclude: ^data/ # exclude: ^data/
- id: end-of-file-fixer # - id: end-of-file-fixer
exclude: ^data/ # exclude: ^data/
- id: check-added-large-files # - id: check-added-large-files
exclude: ^data/ # exclude: ^data/
- id: check-yaml # - id: check-yaml
- repo: https://github.com/pycqa/isort - repo: https://github.com/pycqa/isort
rev: 5.13.2 rev: 5.13.2
hooks: hooks:

@ -17,7 +17,7 @@ kewords = [
"grogu", "grogu",
"magnetic interactions", "magnetic interactions",
] ]
requires-python = "==3.9" requires-python = ">=3.9"
dependencies = [ dependencies = [
"numpy", "numpy",
"scipy", "scipy",

Loading…
Cancel
Save