Skip to content

{CI} Use azdev to honor local pylint and flake8 configuration#14402

Merged
yonzhan merged 8 commits intoAzure:devfrom
haroldrandom:fix-code-style
Jul 20, 2020
Merged

{CI} Use azdev to honor local pylint and flake8 configuration#14402
yonzhan merged 8 commits intoAzure:devfrom
haroldrandom:fix-code-style

Conversation

@haroldrandom
Copy link
Contributor

@haroldrandom haroldrandom commented Jul 17, 2020

Description

with this PR Azure/azure-cli-dev-tools#219 merged, azdev is going to hornor the repo local pylint and flake8 configuration

Fix Azure/azure-cli-dev-tools#209

Testing Guide

The only difference between this PR and #14419 is the azure-pipeline.yaml

History Notes

[Component Name 1] BREAKING CHANGE: az command a: Make some customer-facing breaking change.
[Component Name 2] az command b: Add some customer-facing feature.


This checklist is used to make sure that common guidelines for a pull request are followed.

@haroldrandom
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Pull request contains merge conflicts.

@yonzhan
Copy link
Collaborator

yonzhan commented Jul 17, 2020

CI

@haroldrandom haroldrandom marked this pull request as ready for review July 19, 2020 11:52
@haroldrandom haroldrandom requested a review from jaredmoo as a code owner July 19, 2020 11:52
@haroldrandom haroldrandom mentioned this pull request Jul 20, 2020
2 tasks
@haroldrandom haroldrandom changed the title {CI} Use azdev to hornor local pylint and flake8 configuration {CI} Use azdev to honor local pylint and flake8 configuration Jul 20, 2020
@yonzhan yonzhan merged commit 0421019 into Azure:dev Jul 20, 2020
elif hour >= 10:
value = '+{}'.format(hour)
elif hour < 0 and hour > -10:
elif -1 < hour < 0:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shout it be -10 instead of -1?

@haroldrandom haroldrandom mentioned this pull request Jul 20, 2020
2 tasks
@haroldrandom haroldrandom deleted the fix-code-style branch July 20, 2020 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

.flake8 in azure-cli repo is not honored

5 participants