We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current latest commit fails in checking with flake8 in pre-commit.ci. 9e872a2
https://results.pre-commit.ci/run/github/429697802/1713949520.mxgRbCnhTR64Czu0HVYe4w
flake8 ros...............................................................Failed - hook id: flake8-ros - exit code: 1 .github/update-sync-param-files.py:14:19: E231 missing whitespace after ':' REPO_URL = f"https://github.com/{REPO_NAME}.git" ^ 1 E231 missing whitespace after ':'
This check is required for all pull requests, so any pull request is impossible to merge.
A related issue was found on stackoverflow.com.
https://stackoverflow.com/questions/77401175/how-to-make-flake8-ignore-syntax-within-strings
pre-commit.ci flake8 passes successfully
When you submit a pull request, it will be checked automatically.
No response
This issue may be resolved by increasing the version of flake8.
The text was updated successfully, but these errors were encountered:
The autoware_launch pre-commit.ci is configured in the repository below, so I would like to try to fix this.
https://github.com/tier4/pre-commit-hooks-ros/blob/main/.pre-commit-hooks.yaml
Sorry, something went wrong.
chore(obstacle_cruise_planner): safe_distance_margin to 5.0m (autowar…
f4b1e99
…efoundation#970)
SakodaShintaro
Successfully merging a pull request may close this issue.
Checklist
Description
Current latest commit fails in checking with flake8 in pre-commit.ci.
9e872a2
https://results.pre-commit.ci/run/github/429697802/1713949520.mxgRbCnhTR64Czu0HVYe4w
This check is required for all pull requests, so any pull request is impossible to merge.
A related issue was found on stackoverflow.com.
https://stackoverflow.com/questions/77401175/how-to-make-flake8-ignore-syntax-within-strings
Expected behavior
pre-commit.ci flake8 passes successfully
Actual behavior
Steps to reproduce
When you submit a pull request, it will be checked automatically.
Versions
No response
Possible causes
https://stackoverflow.com/questions/77401175/how-to-make-flake8-ignore-syntax-within-strings
This issue may be resolved by increasing the version of flake8.
Additional context
No response
The text was updated successfully, but these errors were encountered: