Skip to content

Commit

Permalink
WIP update
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed May 9, 2024
1 parent abe6580 commit ed6fa68
Show file tree
Hide file tree
Showing 4 changed files with 647 additions and 268 deletions.
4 changes: 3 additions & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ exclude = (?x)(
| ^setuptools/_distutils/ # Vendored
| ^setuptools/config/_validate_pyproject/ # Auto-generated
)

disable_error_code =
# Allow annotating a None return w/o an explicit `return None`
func-returns-value
# Ignoring attr-defined because setuptools wraps a lot of distutils classes, adding new attributes,
# w/o updating all the attributes and return types from the base classes for type-checkers to understand
# Especially with setuptools.dist.command vs distutils.dist.command vs setuptools._distutils.dist.command
Expand Down
Loading

0 comments on commit ed6fa68

Please sign in to comment.