git commit -m "first commit"
This commit is contained in:
9
navigations/rospy_message_converter/.flake8
Executable file
9
navigations/rospy_message_converter/.flake8
Executable file
@@ -0,0 +1,9 @@
|
||||
[flake8]
|
||||
# The line length here has to match the black config in pyproject.toml
|
||||
max-line-length = 120
|
||||
exclude =
|
||||
.git,
|
||||
__pycache__
|
||||
extend-ignore =
|
||||
# See https://github.com/PyCQA/pycodestyle/issues/373
|
||||
E203,
|
||||
Reference in New Issue
Block a user