We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 247dc15 commit b05963cCopy full SHA for b05963c
test/deprecation/test_attributes.py
@@ -1,7 +1,11 @@
1
"""Tests for dynamic and static attribute errors in GitPython's top-level git module.
2
3
Provided mypy has ``warn_unused_ignores = true`` set, running mypy on these test cases
4
-checks static typing of the code under test. (Running pytest checks dynamic behavior.)
+checks static typing of the code under test. This is the reason for the many separate
5
+single-line attr-defined suppressions, so those should not be replaced with a smaller
6
+number of more broadly scoped suppressions, even where it is feasible to do so.
7
+
8
+Running pytest checks dynamic behavior as usual.
9
"""
10
11
from itertools import groupby
0 commit comments