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

Workflow test #51

Merged
merged 5 commits into from
Oct 24, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add info
  • Loading branch information
rafal-gorecki committed Oct 24, 2023
commit 2e26a4eb8b93d368a43342e0b5a79b71527ac2c7
2 changes: 1 addition & 1 deletion rosbot_xl_controller/setup.cfg
Original file line number Diff line number Diff line change
@@ -3,5 +3,5 @@ script_dir=$base/lib/rosbot_xl_controller
[install]
install_scripts=$base/lib/rosbot_xl_controller
[flake8]
ignore=E501,W503 # ignore too long line and line break before binary operator - black checks it
ignore = E501,W503 # Ignore "line too long" (E501) and "line break before binary operator" (W503) - black checks it
max-line-length = 99