Skip to content

feat: introduce pylint for code analysis#22

Merged
imbajin merged 6 commits intoapache:mainfrom
simon824:pylint
Oct 23, 2023
Merged

feat: introduce pylint for code analysis#22
imbajin merged 6 commits intoapache:mainfrom
simon824:pylint

Conversation

@simon824
Copy link
Copy Markdown
Member

@simon824 simon824 commented Oct 23, 2023

close #21

  • added pylint.conf for rule configuration.
  • added requirements to resolve import issues with third-party dependencies.
  • added PYTHONPATH to specify the source root path, resolving issues with mutual imports between different packages.

indent-string=' '

# Maximum number of characters on a single line.
max-line-length=100
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

here we set max line length

Copy link
Copy Markdown
Member

@imbajin imbajin Oct 23, 2023

Choose a reason for hiding this comment

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

how to set this file as default formatting rule? (in next BLACK PR)

@imbajin imbajin merged commit 815dac5 into apache:main Oct 23, 2023
Gfreely pushed a commit to Gfreely/incubator-hugegraph-ai that referenced this pull request Jul 17, 2025
Merge pull request apache#22 from returnToInnocence/pr20
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.

[Feature] introduce pylint for code analysis

3 participants