Skip to content

Conversation

@prashbnair
Copy link

No description provided.

Copy link
Contributor

@rootAvish rootAvish left a comment

Choose a reason for hiding this comment

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

A couple of changes.

uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Run linter
Copy link
Contributor

Choose a reason for hiding this comment

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

I've also used pydocstyle during development which enforces PEP357 (docstring validations). AFAIK pylint does not support that one so we need to run both tools in the linter, one for coding style and one for docstrings.

Also I'm okay with us switching to pylint but then you need to remove the pycodestyle dependency since it does the same thing essentially.

@@ -0,0 +1,84 @@
[MESSAGES CONTROL]

disable=apply-builtin,
Copy link
Contributor

Choose a reason for hiding this comment

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

Our maximum line length setting is 120 characters since 80 is too restrictive, can you also disable the 80 character check?

Copy link
Contributor

Choose a reason for hiding this comment

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

That standard is a carry-over from dependency analytics btw.

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.

3 participants