mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-10-31 16:07:38 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			114 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			114 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # PEP8 code linting, which we run on all commits.
 | |
| flake8==2.4.0
 | |
| pep8==1.5.7
 | |
| 
 | |
| # Sort and lint imports
 | |
| isort==3.9.6
 |