Skip to content

Commit beef315

Browse files
authored
Merge pull request #13 from Laerdal/fix-typing-and-cleanups
Major overhaul with cleanup and addition of type hints
2 parents 28673bb + 98e7c24 commit beef315

File tree

110 files changed

+28042
-19025
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+28042
-19025
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
python -m pip install --upgrade pip setuptools
32-
python -m pip install .[test]
32+
python -m pip install .[dev]
3333
- name: Test with pytest
3434
run: |
3535
pytest --cov=objdictgen --cov-report=xml -p no:logging --tb=no

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ htmlcov/
88
.coverage
99
tmp*/
1010
dist/
11+
.nox
12+
coverage.xml
1113

1214
*.pyc
1315
*.bak

0 commit comments

Comments
 (0)