[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.3.0 → 22.6.0](https://github.com/psf/black/compare/22.3.0...22.6.0) - [github.com/asottile/reorder_python_imports: v3.1.0 → v3.3.0](https://github.com/asottile/reorder_python_imports/compare/v3.1.0...v3.3.0)
This commit is contained in:
		
							parent
							
								
									5f57481563
								
							
						
					
					
						commit
						b99541e744
					
				| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
repos:
 | 
					repos:
 | 
				
			||||||
-   repo: https://github.com/psf/black
 | 
					-   repo: https://github.com/psf/black
 | 
				
			||||||
    rev: 22.3.0
 | 
					    rev: 22.6.0
 | 
				
			||||||
    hooks:
 | 
					    hooks:
 | 
				
			||||||
    -   id: black
 | 
					    -   id: black
 | 
				
			||||||
        args: [--safe, --quiet]
 | 
					        args: [--safe, --quiet]
 | 
				
			||||||
| 
						 | 
					@ -37,7 +37,7 @@ repos:
 | 
				
			||||||
          - flake8-typing-imports==1.12.0
 | 
					          - flake8-typing-imports==1.12.0
 | 
				
			||||||
          - flake8-docstrings==1.5.0
 | 
					          - flake8-docstrings==1.5.0
 | 
				
			||||||
-   repo: https://github.com/asottile/reorder_python_imports
 | 
					-   repo: https://github.com/asottile/reorder_python_imports
 | 
				
			||||||
    rev: v3.1.0
 | 
					    rev: v3.3.0
 | 
				
			||||||
    hooks:
 | 
					    hooks:
 | 
				
			||||||
    -   id: reorder-python-imports
 | 
					    -   id: reorder-python-imports
 | 
				
			||||||
        args: ['--application-directories=.:src', --py37-plus]
 | 
					        args: ['--application-directories=.:src', --py37-plus]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue