Skip to content

Commit

Permalink
move mypy config into config, and be specific with ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Sep 26, 2024
1 parent 2f36f08 commit 582f59b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: python mypy
run: |
mypy --ignore-missing-imports tests
mypy tests
- name: python mypy stubtest
shell: bash
Expand Down
3 changes: 3 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[mypy]

[mypy-blspy.*]
ignore_missing_imports = True

[mypy-clvm.*]
ignore_missing_imports = True

Expand Down

0 comments on commit 582f59b

Please sign in to comment.