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

fix(pre-commit): add flake8-ros (backport #1291) #1495

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Aug 29, 2024

Description

pre-commit.ciがflake8が、failする問題を解決するPRとなります。

falke8のバージョンが、v4.0.1の場合に以下のクラッシュログが出力されています。
https://results.pre-commit.ci/run/github/438106587/1715588946.TJlGL3TmRU2aARzW8KpB2Q

  • 該当バージョンにて、クラッシュする問題は、flake8のバージョンが古い事が問題と指摘されていました。
  • autoware_launch.x1.eveでは、pre-commit.ciが成功しており、flakeのバージョンはv6.0.0になっています

autoware.universeのv4.0.1のため、autoware_launch.x1.eveよりバージョンが古いため、
flakeのバージョンが古いことが原因と判断しています。

対策方針:

  • flake8のバージョンを、autoware_launch.x1.eveと同じv6.0.0に更新します。

対策方法:
※以下の対策は、autoware_launch.x1.eveと同一で、実績のある実装となります。

1.flake8のv6.0.0が利用するための修正

2.不要なflake8の既存実装を削除

影響のあるCI

全てフォーマッターにあたるため更新にようる実装への影響はない。

  • flake8-ros
  • prettier-xacro
  • prettier-launch-xml
  • prettier-package-xml
  • sort-package-xml
  • ros-include-guard

Tests performed

pre-commit.ciがpassする事を確認済み
https://results.pre-commit.ci/run/github/438106587/1715598146.hX5oIshYRT2lKSQdPEDIkA

Effects on system behavior

特にありません

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.


This is an automatic backport of pull request #1291 done by [Mergify](https://mergify.com).

* update pre-commit-config

* ci(pre-commit): autofix

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
(cherry picked from commit 751ad2b)
@mergify mergify bot mentioned this pull request Aug 29, 2024
4 tasks
@asa-naki
Copy link

asa-naki commented Aug 29, 2024

本PRでpre-commit.ciがpassする事を確認したので、問題ないと判断します。
https://results.pre-commit.ci/run/github/438106587/1724932902.qwB5eoRvTa6tNIrYMp5vjQ

@asa-naki asa-naki requested a review from sfukuta August 29, 2024 12:03
@asa-naki asa-naki merged commit 07d0687 into beta/v0.3.16.1 Aug 29, 2024
8 of 9 checks passed
@asa-naki asa-naki deleted the mergify/bp/beta/v0.3.16.1/pr-1291 branch August 29, 2024 12:04
Copy link

sonarcloud bot commented Aug 29, 2024

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.

2 participants