Skip to content

Commit

Permalink
add info
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Oct 24, 2023
1 parent 49e00cf commit 2e26a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosbot_xl_controller/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2e26a4e

Please sign in to comment.