mirror of
				https://github.com/devine-dl/pywidevine.git
				synced 2025-11-04 11:54:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			543 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			543 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
# See https://pre-commit.com for more information
 | 
						|
# See https://pre-commit.com/hooks.html for more hooks
 | 
						|
 | 
						|
exclude: '_pb2.pyi?$'
 | 
						|
repos:
 | 
						|
  - repo: https://github.com/mtkennerly/pre-commit-hooks
 | 
						|
    rev: v0.3.0
 | 
						|
    hooks:
 | 
						|
      - id: poetry-ruff
 | 
						|
      - id: poetry-mypy
 | 
						|
  - repo: https://github.com/pycqa/isort
 | 
						|
    rev: 5.11.5
 | 
						|
    hooks:
 | 
						|
      - id: isort
 | 
						|
  - repo: https://github.com/pre-commit/pre-commit-hooks
 | 
						|
    rev: v4.4.0
 | 
						|
    hooks:
 | 
						|
      - id: end-of-file-fixer
 | 
						|
      - id: trailing-whitespace
 | 
						|
        args: [--markdown-linebreak-ext=md]
 |