We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7684d1 commit 6483c6eCopy full SHA for 6483c6e
scripts/run_mypy.py
@@ -176,7 +176,6 @@ def check_no_unexpected_results(mypy_lines: Iterator[str]):
176
if __name__ == "__main__":
177
# Enforce PEP 561 for some important dependencies that
178
# have relevant type hints but don't tell that to mypy.
179
- enforce_pep561("aesara")
180
enforce_pep561("aeppl")
181
182
parser = argparse.ArgumentParser(description="Process some integers.")
0 commit comments