Skip to content

Commit 3755caf

Browse files
committed
Link to relevant PR
1 parent b081467 commit 3755caf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ This is for testing how static type checking works in code that uses
77
[GitPython](https://github.com/gitpython-developers/GitPython) but is not part
88
of GitPython and does not use its specific `mypy` configuration. Its purpose is
99
to check that static type checking still works, and is able to find all the
10-
same kinds of errors it was able to find before, even across **a specific
11-
proposed change to GitPython** that adds some new dynamic behavior to warn on
12-
access to some deprecated module attributes and a deprecated class attribute.
10+
same kinds of errors it was able to find before, even across [a specific
11+
proposed change to
12+
GitPython](https://github.com/gitpython-developers/GitPython/pull/1886) that
13+
adds some new dynamic behavior to warn on access to some deprecated module
14+
attributes and a deprecated class attribute.
1315

1416
Because static analysis of code that uses a library does not always behave
1517
quite the same inside a project as outside, **I developed these tests here

0 commit comments

Comments
 (0)