Fix flake8 changed files detection (#3855)
This commit is contained in:
parent
bd1beedaf5
commit
5aa273b319
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user