Skip to content

Commit

Permalink
Merge pull request #3 from Avasam/Pass-mypy-and-link-issues
Browse files Browse the repository at this point in the history
Pass mypy and link issues
  • Loading branch information
jaraco authored Aug 29, 2024
2 parents d990ccc + f194fab commit 78be849
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 8 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@ explicit_package_bases = True

# Disable overload-overlap due to many false-positives
disable_error_code = overload-overlap

# jaraco/jaraco.text#17
[mypy-jaraco.text.*]
ignore_missing_imports = True

# jaraco/jaraco.net#7
[mypy-jaraco.net.*]
ignore_missing_imports = True
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,3 @@ type = [


[tool.setuptools_scm]


[tool.pytest-enabler.mypy]
# Disabled due to jaraco/skeleton#143

0 comments on commit 78be849

Please sign in to comment.