Skip to content

Commit

Permalink
inting
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino committed Oct 4, 2023
1 parent 1c3a51d commit afa4c51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[run]
branch = True
omit =
train_diagram.py
2 changes: 1 addition & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
max-line-length=240

[BASIC]
good-names=x,y,i,dx,dy
good-names=x,y,i,dx,dy, AGV_quantum

[MESSAGES CONTROL]
disable=W1514

0 comments on commit afa4c51

Please sign in to comment.