Closed adam2392 closed 4 months ago
This PR is introducing linting issues. Here's a summary of the issues. Note that you can avoid having linting issues by enabling pre-commit
hooks. Instructions to enable them can be found here.
You can see the details of the linting issues under the lint
job here
black
black
detected issues. Please run black .
locally and push the changes. Here you can see the detected issues. Note that running black might also fix some of the issues which might be detected by ruff
. Note that the installed black
version is black=23.3.0
.
ruff
ruff
detected issues. Please run ruff --fix --show-source .
locally, fix the remaining issues, and push the changes. Here you can see the detected issues. Note that the installed ruff
version is ruff=0.2.1
.
Reference Issues/PRs
What does this implement/fix? Explain your changes.
Any other comments?