Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: run pylint locally and fix lint issues #599

Merged
merged 1 commit into from
Jan 22, 2024
Merged

Conversation

bjwswang
Copy link
Collaborator

@bjwswang bjwswang commented Jan 22, 2024

What type of PR is this?

What this PR does / why we need it

Which issue(s) this PR fixes

Fixes #591

Special notes for your reviewer

@bjwswang bjwswang marked this pull request as ready for review January 22, 2024 08:49
@bjwswang
Copy link
Collaborator Author

@wangxinbiao There are still lots of warnings,erors in pylint. Please fix that later.

@@ -300,6 +300,18 @@ prepare-push: manifests generate fmt vet gql-gen
@go install github.com/swaggo/swag/cmd/swag@latest
@swag init -o apiserver/docs .

PYTHON_INDEX_URL ?=https://pypi.mirrors.ustc.edu.cn/simple/
.PHONY: prepare-push-pypi
prepare-push-pypi:
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@wangxinbiao @ggservice007 we should do this format,lint before make a commit

Signed-off-by: bjwswang <bjwswang@gmail.com>
@bjwswang bjwswang changed the title chore: add pylint action and fix lint issues chore: run pylint locally and fix lint issues Jan 22, 2024
@bjwswang bjwswang merged commit 2b71f00 into kubeagi:main Jan 22, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use pylint to lint python code
2 participants