You've already forked LibreTranslate
							
							
				mirror of
				https://github.com/LibreTranslate/LibreTranslate.git
				synced 2025-10-30 23:37:48 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			188 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			188 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| [flake8]
 | |
| exclude = .git,
 | |
|         .vscode,
 | |
|         .gitignore,
 | |
|         README.md,
 | |
|         venv,
 | |
|         test,
 | |
|         setup.py,
 | |
|         app/__init__.py
 | |
| 
 | |
| max-line-length = 136
 | |
| ignore = E741
 |