Skip to content

Commit

Permalink
Merge pull request #13 from Laerdal/fix-typing-and-cleanups
Browse files Browse the repository at this point in the history
Major overhaul with cleanup and addition of type hints
  • Loading branch information
sveinse authored Apr 11, 2024
2 parents 28673bb + 98e7c24 commit beef315
Show file tree
Hide file tree
Showing 110 changed files with 28,042 additions and 19,025 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
python -m pip install .[test]
python -m pip install .[dev]
- name: Test with pytest
run: |
pytest --cov=objdictgen --cov-report=xml -p no:logging --tb=no
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ htmlcov/
.coverage
tmp*/
dist/
.nox
coverage.xml

*.pyc
*.bak
Expand Down
Loading

0 comments on commit beef315

Please sign in to comment.