Skip to content

Commit

Permalink
Update pycddlib submodule to latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Sep 14, 2024
1 parent 5565c75 commit e948462
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ cdd = ["py.typed"]
[tool.pytest.ini_options]
testpaths = ["src/pycddlib/test"]
norecursedirs = ["src/pycddlib/test/gmp"]

[tool.mypy]
files = ["src/pycddlib/src/**/*.pyi", "src/pycddlib/test/*.py"]
disallow_untyped_defs = true

0 comments on commit e948462

Please sign in to comment.