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

language and linting updates #1015

Merged
merged 3 commits into from Apr 6, 2023
Merged

language and linting updates #1015

merged 3 commits into from Apr 6, 2023

Conversation

marksmayo
Copy link
Contributor

  • converted several format strings to f-strings
  • sorted and tidied imports (isort)
  • cleaned some whitespace
  • updated pylintrc to exclude examples
  • updated pylintrc to specify all currently failing cases, so any new ones could be part of pre-commit if so wished

 - converted several format strings to f-strings
 - sorted and tidied imports (isort)
 - cleaned some whitespace
 - updated pylintrc to exclude examples
 - updated pylintrc to specify all currently failing cases, so any new ones could be part of pre-commit if so wished
bandit/core/config.py Outdated Show resolved Hide resolved
pylintrc Show resolved Hide resolved
match pep8 for imports
@marksmayo marksmayo requested a review from ericwb April 4, 2023 04:53
Copy link
Member

@ericwb ericwb left a comment

Choose a reason for hiding this comment

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

Just a nit suggestion, otherwise I think it's ready.

pylintrc Outdated Show resolved Hide resolved
stylistic
@marksmayo marksmayo requested a review from ericwb April 6, 2023 03:31
Copy link
Member

@ericwb ericwb left a comment

Choose a reason for hiding this comment

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

LGTM

@ericwb ericwb merged commit 36fc7be into PyCQA:main Apr 6, 2023
13 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.

None yet

2 participants