Skip to content

Commit

Permalink
chore: update mypy CI config (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanni-guidini authored Jun 11, 2024
1 parent 5cc3d3d commit 099911a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ jobs:
patch-typing-check:
name: Run Patch Type Check
uses: codecov/gha-workflows/.github/workflows/[email protected]
with:
extra_config: "--explicit-package-bases"
3 changes: 2 additions & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
disallow_untyped_defs = True
ignore_missing_imports = True
disable_error_code = attr-defined,import-untyped,name-defined
follow_imports = silent
follow_imports = silent
exclude = test_.*\.py$

0 comments on commit 099911a

Please sign in to comment.