Spaces:
				
			
			
	
			
			
		Paused
		
	
	
	
			
			
	
	
	
	
		
		
		Paused
		
	
		iamgojoof6eyes
		
	commited on
		
		
					Commit 
							
							·
						
						5744e3d
	
1
								Parent(s):
							
							3049b25
								
Auto-update pre-commit hooks
Browse files- .pre-commit-config.yaml +2 -2
 
    	
        .pre-commit-config.yaml
    CHANGED
    
    | 
         @@ -12,7 +12,7 @@ repos: 
     | 
|
| 12 | 
         
             
                    - id: check-merge-conflict
         
     | 
| 13 | 
         | 
| 14 | 
         
             
                - repo: https://github.com/psf/black
         
     | 
| 15 | 
         
            -
                  rev:  
     | 
| 16 | 
         
             
                  hooks:
         
     | 
| 17 | 
         
             
                    - id: black
         
     | 
| 18 | 
         
             
                      language_version: python3
         
     | 
| 
         @@ -30,7 +30,7 @@ repos: 
     | 
|
| 30 | 
         
             
                      args: [--py36-plus]
         
     | 
| 31 | 
         | 
| 32 | 
         
             
                - repo: https://github.com/pycqa/isort
         
     | 
| 33 | 
         
            -
                  rev:  
     | 
| 34 | 
         
             
                  hooks:
         
     | 
| 35 | 
         
             
                    - id: isort
         
     | 
| 36 | 
         
             
                      args: ["--profile", "black", "--filter-files"]
         
     | 
| 
         | 
|
| 12 | 
         
             
                    - id: check-merge-conflict
         
     | 
| 13 | 
         | 
| 14 | 
         
             
                - repo: https://github.com/psf/black
         
     | 
| 15 | 
         
            +
                  rev: 23.1.0
         
     | 
| 16 | 
         
             
                  hooks:
         
     | 
| 17 | 
         
             
                    - id: black
         
     | 
| 18 | 
         
             
                      language_version: python3
         
     | 
| 
         | 
|
| 30 | 
         
             
                      args: [--py36-plus]
         
     | 
| 31 | 
         | 
| 32 | 
         
             
                - repo: https://github.com/pycqa/isort
         
     | 
| 33 | 
         
            +
                  rev: 5.12.0
         
     | 
| 34 | 
         
             
                  hooks:
         
     | 
| 35 | 
         
             
                    - id: isort
         
     | 
| 36 | 
         
             
                      args: ["--profile", "black", "--filter-files"]
         
     |