Fix flake8 changed files detection (#3855)
This commit is contained in:
		@@ -88,7 +88,7 @@ def changed_files():
 | 
			
		||||
 | 
			
		||||
    git_args = [
 | 
			
		||||
        # Add changed files committed since branching off of develop
 | 
			
		||||
        ['diff', '--name-only', '--diff-filter=ACMR', 'develop'],
 | 
			
		||||
        ['diff', '--name-only', '--diff-filter=ACMR', 'develop...'],
 | 
			
		||||
        # Add changed files that have been staged but not yet committed
 | 
			
		||||
        ['diff', '--name-only', '--diff-filter=ACMR', '--cached'],
 | 
			
		||||
        # Add changed files that are unstaged
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user