Skip to content

Integrate code quality tools#2

Merged
nfx merged 6 commits intomainfrom
tmp/fmt
Dec 17, 2022
Merged

Integrate code quality tools#2
nfx merged 6 commits intomainfrom
tmp/fmt

Conversation

@nfx
Copy link
Copy Markdown
Contributor

@nfx nfx commented Dec 17, 2022

This PR adds configuration and integration with the following set of tools:

  • yapf - for automated code formatting. Triggered via make fmt.
  • autoflake - for removing unused imports and variables, as well as checking for the errors. Triggered via make fmt and make lint.
  • isort - for sorting import statements. Triggered via make fmt.
  • pycodestyle - for IDE-integrated Python code styles. Triggered via make lint.

@nfx nfx merged commit afa8cdd into main Dec 17, 2022
@nfx nfx deleted the tmp/fmt branch December 17, 2022 15:52
joyaung pushed a commit to joyaung/databricks-sdk-py that referenced this pull request Apr 6, 2025
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.

1 participant