Skip to content

Commit

Permalink
Merge pull request #733 from Chia-Network/move_mypy_config_into_config
Browse files Browse the repository at this point in the history
move mypy config into config
  • Loading branch information
altendky committed Sep 28, 2024
2 parents b9db810 + 582f59b commit 2c46df5
Show file tree
Hide file tree
Showing 2 changed files with 7 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
6 changes: 6 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[mypy]

[mypy-blspy.*]
ignore_missing_imports = True

[mypy-clvm.*]
ignore_missing_imports = True

[mypy-colorama.*]
ignore_missing_imports = True

0 comments on commit 2c46df5

Please sign in to comment.