File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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
88of GitPython and does not use its specific ` mypy `  configuration. Its purpose is
99to 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
1416Because static analysis of code that uses a library does not always behave
1517quite the same inside a project as outside, ** I developed these tests here
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments