initial forking commit

This commit is contained in:
2025-02-22 22:37:34 +09:00
commit ee5f8b145e
106 changed files with 13922 additions and 0 deletions

15
.flake8 Normal file
View File

@@ -0,0 +1,15 @@
[flake8]
max-line-length = 100
; extend-exclude =
; franka_api,
extend-ignore =
# See https://github.com/PyCQA/pycodestyle/issues/373
E203,
# TODO(qu_zh): Add "E501 line too long" check later
E501,
# See https://github.com/behave/behave/issues/574
F811,