Skip to content

Commit b02e3d3

Browse files
committed
Added multiple owners for cmd2/cmd2.py
Also: - Added files to .gitignore for mypy plugin for PyCharm
1 parent eaa233a commit b02e3d3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ htmlcov
2020

2121
# mypy optional static type checker
2222
.mypy_cache
23+
24+
# mypy plugin for PyCharm
25+
dmypy.json
26+
dmypy.sock

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# cmd2 code
1717
cmd2/__init__.py @tleonhardt @kotfu
1818
cmd2/arg*.py @anselor
19+
cmd2/cmd2.py @tleonhardt @kmvanbrunt @kotfu
1920
cmd2/constants.py @kotfu
2021
cmd2/parsing.py @kotfu @kmvanbrunt
2122
cmd2/pyscript*.py @anselor

0 commit comments

Comments
 (0)