Skip to content

Commit

Permalink
mypy ini folder added
Browse files Browse the repository at this point in the history
  • Loading branch information
snova-kwasia committed Jan 8, 2025
1 parent 5d42910 commit 76986c0
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,5 @@ ignore_errors = True
[mypy-edgar_qna.*]
ignore_errors = True

# Ignore missing imports for third-party libraries
ignore_missing_imports = True

# Ignore errors about missing library stubs
disable_error_code = import-untyped, method-assign

# You can also be more specific and target individual modules
[mypy.plugins.crewai.*]
ignore_missing_imports = True

[mypy.plugins.streamlit.*]
ignore_missing_imports = True

[mypy.plugins.crewai_tools.*]
ignore_missing_imports = True

# Handle local module imports
[mypy-src.edu_flow.*]
ignore_missing_imports = True
[mypy-**/integrations/crewai/edu-planner-crew-sambanova/*]
ignore_errors = True

0 comments on commit 76986c0

Please sign in to comment.