File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22#  See https://pre-commit.com/hooks.html for more hooks
33repos :
44- repo : https://github.com/pre-commit/pre-commit-hooks 
5-   rev : v4.4 .0 
5+   rev : v4.6 .0 
66  hooks :
77  - id : trailing-whitespace 
88  - id : end-of-file-fixer 
99  - id : check-yaml 
1010  - id : check-added-large-files 
1111- repo : https://github.com/psf/black 
12-   rev : 23.1 .0
12+   rev : 24.4 .0
1313  hooks :
1414  - id : black 
1515    args : [--config, pyproject.toml] 
1616- repo : https://github.com/econchick/interrogate 
17-   rev : 1.5 .0 
17+   rev : 1.7 .0 
1818  hooks :
1919  - id : interrogate 
2020    args : [-c, pyproject.toml, -vv] 
2424  - id : darglint 
2525    args : [-v 2]   #  this config makes the error messages a bit less cryptic.
2626- repo : https://github.com/PyCQA/flake8 
27-   rev : 6 .0.0
27+   rev : 7 .0.0
2828  hooks :
2929    - id : flake8 
3030      args : [--exclude, nbconvert_config.py] 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments