Azure / azure-cli-dev-tools

Developer utilities for Azure CLI command module and extension developers.
MIT License
81 stars 113 forks source link

Flake8 doesn't look at current branch #433

Open TheOnlyWei opened 9 months ago

TheOnlyWei commented 9 months ago

When I fix a Flake8 error for azdev style <extension> within the currently checked out branch, it doesn't look at the current branch, so the error appears again.

wangzelin007 commented 9 months ago

Hi @TheOnlyWei Can you provide steps to reproduce this issue? If you have a PR link, you can also provide it to me, and I can directly use your branch to test and fix the issue.