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