File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
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 : v5 .0.0
5+     rev : v6 .0.0
66    hooks :
77    -   id : check-added-large-files 
88        args : ['--maxkb=5000'] 
@@ -17,21 +17,21 @@ repos:
1717    -   id : mixed-line-ending 
1818        exclude : .git/COMMIT_EDITMSG 
1919    -   id : trailing-whitespace 
20- -   repo : https://github.com/psf/black 
21-     rev : 25.1 .0 
20+ -   repo : https://github.com/psf/black-pre-commit-mirror  
21+     rev : 25.9 .0 
2222    hooks :
2323    -   id : black 
2424        exclude : (.*)/migrations 
2525- repo : https://github.com/PyCQA/flake8 
26-   rev : 7.2 .0 
26+   rev : 7.3 .0 
2727  hooks :
2828    - id : flake8 
2929-   repo : https://github.com/asottile/seed-isort-config 
3030    rev : v2.2.0 
3131    hooks :
3232    -   id : seed-isort-config 
3333-   repo : https://github.com/PyCQA/isort 
34-     rev : 6 .0.1 
34+     rev : 7 .0.0 
3535    hooks :
3636    -   id : isort 
3737        args : ["--profile", "black"] 
@@ -40,12 +40,12 @@ repos:
4040#      hooks:
4141#      - id: bandit
4242- repo : https://github.com/commitizen-tools/commitizen 
43-   rev : v4.7.2  
43+   rev : v4.9.1  
4444  hooks :
4545    - id : commitizen 
4646      stages : [commit-msg] 
4747-   repo : https://github.com/pre-commit/mirrors-mypy 
48-     rev : ' v1.15.0 ' #  Use the sha / tag you want to point at
48+     rev : ' v1.18.2 ' #  Use the sha / tag you want to point at
4949    hooks :
5050    -   id : mypy 
5151        args : [--no-strict-optional, --ignore-missing-imports] 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments