Skip to content

Commit

Permalink
lint(#15): exclude numpy missing imports from mypy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Vasconez committed Nov 10, 2023
1 parent f61d460 commit 58bb840
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ install_types = true
module = [
"plxscripting.*",
"skspatial.*",
"numpy.*",
"matplotlib.*",
"requests.*",
"nuclei.*",
Expand Down

0 comments on commit 58bb840

Please sign in to comment.