Skip to content

Commit 72ea746

Browse files
committed
Update passing mypy file
1 parent 3e6949c commit 72ea746

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/run_mypy.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
pymc/distributions/bound.py
3434
pymc/distributions/censored.py
3535
pymc/distributions/discrete.py
36+
pymc/distributions/logprob.py
3637
pymc/distributions/shape_utils.py
3738
pymc/distributions/simulator.py
3839
pymc/distributions/transforms.py
@@ -164,7 +165,7 @@ def check_no_unexpected_results(mypy_lines: Iterator[str]):
164165
elif unexpected_passing:
165166
print(f"{len(unexpected_passing)} files unexpectedly passed the type checks:")
166167
print("\n".join(sorted(map(str, unexpected_passing))))
167-
print("This is good news! Go to scripts/run-mypy.py and add them to the list.")
168+
print("This is good news! Go to scripts/run_mypy.py and add them to the list.")
168169
if all_files.issubset(passing):
169170
print("WOW! All files are passing the mypy type checks!")
170171
print("scripts\\run_mypy.py may no longer be needed.")

0 commit comments

Comments
 (0)