Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6a9bb88

Browse files
committedJul 10, 2023
Initial commit.
Signed-off-by: David Oberacker <[email protected]>
0 parents  commit 6a9bb88

File tree

98 files changed

+1541
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+1541
-0
lines changed
 

‎.flake8

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[flake8]
2+
ignore = E203, E266, W503, F403, F401
3+
max-line-length = 99
4+
max-complexity = 18
5+
select = B,C,E,F,W,T4,B9

‎.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
*.pyc
2+
*.swp
3+
ros_bt_py/doc/build/
4+
.vscode/
5+
.idea/
6+
ros_bt_py/capabilities/

0 commit comments

Comments
 (0)
Please sign in to comment.