mirror of
				https://github.com/wting/autojump
				synced 2025-06-13 12:54:07 +00:00 
			
		
		
		
	Ignore E402.
This commit is contained in:
		
							parent
							
								
									a0719f488e
								
							
						
					
					
						commit
						b06d686bfe
					
				@ -7,7 +7,7 @@
 | 
				
			|||||||
        - --aggressive
 | 
					        - --aggressive
 | 
				
			||||||
        - --aggressive
 | 
					        - --aggressive
 | 
				
			||||||
        - --max-line-length=131
 | 
					        - --max-line-length=131
 | 
				
			||||||
        - --ignore=E126,E128,E731
 | 
					        - --ignore=E126,E128,E402,E731
 | 
				
			||||||
    -   id: check-added-large-files
 | 
					    -   id: check-added-large-files
 | 
				
			||||||
    -   id: check-ast
 | 
					    -   id: check-ast
 | 
				
			||||||
    -   id: check-case-conflict
 | 
					    -   id: check-case-conflict
 | 
				
			||||||
@ -20,7 +20,7 @@
 | 
				
			|||||||
        args:
 | 
					        args:
 | 
				
			||||||
        - --max-complexity=10
 | 
					        - --max-complexity=10
 | 
				
			||||||
        - --max-line-length=131
 | 
					        - --max-line-length=131
 | 
				
			||||||
        - --ignore=E126,E128,E731
 | 
					        - --ignore=E126,E128,E402,E731
 | 
				
			||||||
        - --exclude=bin/autojump_argparse.py
 | 
					        - --exclude=bin/autojump_argparse.py
 | 
				
			||||||
    -   id: requirements-txt-fixer
 | 
					    -   id: requirements-txt-fixer
 | 
				
			||||||
    -   id: trailing-whitespace
 | 
					    -   id: trailing-whitespace
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user