Skip to content

Commit f7ffce9

Browse files
committed
Merge #51
2 parents 527f217 + f6eb540 commit f7ffce9

File tree

5 files changed

+130
-95
lines changed

5 files changed

+130
-95
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: MyPy
3838
run: |
39-
mypy -v --disallow-untyped-defs --enable-error-code redundant-expr src test
39+
mypy --disallow-untyped-defs --enable-error-code redundant-expr src test
4040
4141
- name: Ensure that docs build
4242
run: |

docs/source/01-decode.ipynb

Lines changed: 12 additions & 12 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)