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

[DOCS] pre-commit autoupdate; fix Python lint error #1592

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

jbampton
Copy link
Member

Did you read the Contributor Guide?

Is this PR related to a JIRA ticket?

  • No, this is a documentation update. The PR name follows the format [DOCS] my subject.

What changes were proposed in this PR?

Updated the pre-commit hooks and fixed a Python lint error.

How was this patch tested?

First updated the pre-commit config and then ran locally:

  • git add .
  • pre-commit run --all-files

which produced an error from ruff for Python E402 seen in the image below:

Screenshot from 2024-09-18 10-50-06

Then fixed the lint error and ran:

  • git add .
  • pre-commit run --all-files again

Did this PR include necessary documentation updates?

  • No, this PR does not affect any public API so no need to change the documentation.

@jiayuasu jiayuasu merged commit 5120ead into apache:master Sep 19, 2024
4 checks passed
@jbampton jbampton deleted the pre-commit-autoupdate branch September 19, 2024 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants