This commit is contained in:
Justus Kuhlmann 2025-12-02 12:36:03 +01:00
commit 854431997e
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6
2 changed files with 34 additions and 2 deletions

View file

@ -9,8 +9,8 @@ dynamic = ["version"]
dependencies = [
"gitpython>=3.1.45",
'pyerrors>=2.11.1',
'datalad>=1.1.0',
'typer>=0.12.5'
"datalad>=1.1.0",
'typer>=0.12.5',
]
description = "Python correlation library"
authors = [
@ -35,9 +35,16 @@ extend-select = [
"F",
]
[tool.mypy]
strict = true
implicit_reexport = false
follow_untyped_imports = false
ignore_missing_imports = true
[dependency-groups]
dev = [
"mypy>=1.19.0",
"pandas-stubs>=2.3.3.251201",
"pytest>=9.0.1",
"pytest-cov>=7.0.0",
"pytest-pretty>=1.3.0",