<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git, branch mypy_continued</title>
<subtitle>github.com: python-cmd2/cmd2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/'/>
<entry>
<title>Add mypy validation action</title>
<updated>2021-04-05T18:46:08+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2021-04-05T18:35:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=374af524ceb5e5f78c54f67d9abb2e6ec8559ced'/>
<id>374af524ceb5e5f78c54f67d9abb2e6ec8559ced</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>And that's the last of it. Passes mypy.</title>
<updated>2021-04-05T18:21:56+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2021-04-03T22:41:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=aaa5a30847cddb8e7b27f24bae76936753910542'/>
<id>aaa5a30847cddb8e7b27f24bae76936753910542</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>history, py_bridge, transcript now passs mypy</title>
<updated>2021-04-03T21:35:07+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2021-04-03T21:35:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=ccc23322a04d8308b83fc2c4b83f52707fe4ce19'/>
<id>ccc23322a04d8308b83fc2c4b83f52707fe4ce19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Command function formats defined and decorators.py updated with the defined signatures</title>
<updated>2021-04-03T20:50:38+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2021-04-03T20:50:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=af9430c5ba7271d82651b27be97947ffbd3c164d'/>
<id>af9430c5ba7271d82651b27be97947ffbd3c164d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More mypy fixes</title>
<updated>2021-04-03T19:54:26+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2021-04-03T19:54:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=4e5bdfec48bc8ccfa6f7d85b83bef47180c1e093'/>
<id>4e5bdfec48bc8ccfa6f7d85b83bef47180c1e093</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced some pexcept() calls with perror().</title>
<updated>2021-04-02T22:56:25+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-03-31T18:53:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=5b9e99979e9b5c4b04d674bad3a4d156cec62c31'/>
<id>5b9e99979e9b5c4b04d674bad3a4d156cec62c31</id>
<content type='text'>
Converted some strings to f-strings.
Fixed some grammar in error messages and docs.
Increased code coverage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Converted some strings to f-strings.
Fixed some grammar in error messages and docs.
Increased code coverage.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored _perform_completion() to remove need for a cast() call</title>
<updated>2021-04-02T22:00:03+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-04-02T15:51:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=9e62a0a11cd013761735529199ff8594693b3b4f'/>
<id>9e62a0a11cd013761735529199ff8594693b3b4f</id>
<content type='text'>
Changed CommandResult.stderr to a str instead of Optional[str]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed CommandResult.stderr to a str instead of Optional[str]
</pre>
</div>
</content>
</entry>
<entry>
<title>More mypy validation changes. cmd2.py is nearly fully mypy compliant now.</title>
<updated>2021-04-02T22:00:03+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2021-04-01T17:27:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=48d26a3d668b80f0b319085b0000adbc07054e84'/>
<id>48d26a3d668b80f0b319085b0000adbc07054e84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More things to make mypy happy.</title>
<updated>2021-04-02T22:00:03+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2021-03-29T19:28:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=33951e80a4c0436624ec113988760d4a5b23a9f4'/>
<id>33951e80a4c0436624ec113988760d4a5b23a9f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MyPy strict checking doesn't allow implicit exports. Must explicitly export in __init__.py</title>
<updated>2021-04-02T22:00:03+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2021-03-29T19:27:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=f90db5595c101d7613120cf2bf5d9d98e621aad9'/>
<id>f90db5595c101d7613120cf2bf5d9d98e621aad9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
