mirror of
				https://github.com/arsenetar/send2trash.git
				synced 2025-09-11 18:08:16 +00:00 
			
		
		
		
	- Fix some flake8 formatting errors - Auto-format files edited - Also ignore some flake8 errors when they are intented - Update .gitignore to ingore local env
		
			
				
	
	
		
			8 lines
		
	
	
		
			62 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			62 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| *.pyc
 | |
| *.egg-info
 | |
| /build
 | |
| /dist
 | |
| .DS_Store
 | |
| /.tox
 | |
| __pycache__
 | |
| /env |