Closed jbampton closed 2 months ago
[DOCS] my subject
Updated the pre-commit hooks and fixed a Python lint error.
First updated the pre-commit config and then ran locally:
pre-commit
git add .
pre-commit run --all-files
which produced an error from ruff for Python E402 seen in the image below:
ruff
E402
Then fixed the lint error and ran:
Did you read the Contributor Guide?
Is this PR related to a JIRA ticket?
[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 PythonE402
seen in the image below:Then fixed the lint error and ran:
git add .
pre-commit run --all-files
againDid this PR include necessary documentation updates?