Skip to content

Commit

Permalink
apply Tyler's suggestion for supressing mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedsnyder committed Feb 9, 2024
1 parent 49d81e7 commit b35d3a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions darshan-util/pydarshan/mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ ignore_missing_imports = True

[mypy-darshan.backend.cffi_backend]
ignore_errors = True

[mypy-darshan.tests.*]
disable_error_code = attr-defined

0 comments on commit b35d3a8

Please sign in to comment.