mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Updates black version to fix issues
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -78,7 +78,7 @@ jobs:
 | 
			
		||||
        uses: psf/black@stable
 | 
			
		||||
        with:
 | 
			
		||||
          options: "--check --diff"
 | 
			
		||||
          version: "22.1.0"
 | 
			
		||||
          version: "22.3.0"
 | 
			
		||||
      -
 | 
			
		||||
        name: Run flake8 checks
 | 
			
		||||
        run: |
 | 
			
		||||
 
 | 
			
		||||
@@ -27,7 +27,7 @@ repos:
 | 
			
		||||
      - id: check-case-conflict
 | 
			
		||||
      - id: detect-private-key
 | 
			
		||||
  - repo: https://github.com/pre-commit/mirrors-prettier
 | 
			
		||||
    rev: "v2.5.1"
 | 
			
		||||
    rev: "v2.6.1"
 | 
			
		||||
    hooks:
 | 
			
		||||
      - id: prettier
 | 
			
		||||
        types_or:
 | 
			
		||||
@@ -37,7 +37,7 @@ repos:
 | 
			
		||||
        exclude: "(^Pipfile\\.lock$)"
 | 
			
		||||
  # Python hooks
 | 
			
		||||
  - repo: https://github.com/asottile/reorder_python_imports
 | 
			
		||||
    rev: v2.7.1
 | 
			
		||||
    rev: v3.0.1
 | 
			
		||||
    hooks:
 | 
			
		||||
      - id: reorder-python-imports
 | 
			
		||||
        exclude: "(migrations)"
 | 
			
		||||
@@ -59,7 +59,7 @@ repos:
 | 
			
		||||
        args:
 | 
			
		||||
          - "--config=./src/setup.cfg"
 | 
			
		||||
  - repo: https://github.com/psf/black
 | 
			
		||||
    rev: 22.1.0
 | 
			
		||||
    rev: 22.3.0
 | 
			
		||||
    hooks:
 | 
			
		||||
      - id: black
 | 
			
		||||
  # Dockerfile hooks
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user