summaryrefslogtreecommitdiff
path: root/cmd2/py_bridge.py
Commit message (Collapse)AuthorAgeFilesLines
* And that's the last of it. Passes mypy.Eric Lin2021-04-061-1/+2
|
* history, py_bridge, transcript now passs mypyEric Lin2021-04-061-2/+2
|
* Refactored _perform_completion() to remove need for a cast() callKevin Van Brunt2021-04-021-4/+3
| | | | Changed CommandResult.stderr to a str instead of Optional[str]
* More things to make mypy happy.Eric Lin2021-04-021-8/+16
|
* Some mypy validation fixesEric Lin2021-03-181-3/+9
|
* Add in isort changesTodd Leonhardt2021-01-311-1/+3
|
* Add black for automatic code formatTodd Leonhardt2021-01-311-7/+9
|
* Changed isort to force wrapping of imports to reduce merge conflicts from ↵Eric Lin2021-01-221-4/+12
| | | | minor import changes.
* Added info on semantic versioning and branching strategy to CONTRIBUTING.mdTodd Leonhardt2020-04-241-2/+2
| | | | | | | Also: - Added isort to Pipenv dev - Added setup.cfg to make it easy to run flake8, doc8, and isort directly from the command line without using invoke - Ran isort to sort includes
* Made some optional arguments with defaults keyword-only.Kevin Van Brunt2020-04-111-5/+6
| | | | | Added unit test for echo argument to pyscript app() command. Removed _relative_load from hidden commands since that command was renamed.
* Add py_bridge API documentationkotfu2020-02-221-18/+24
|
* Removed unnecessary inheritance from objectKevin Van Brunt2020-02-041-1/+1
|
* Fixed typo in commentKevin Van Brunt2019-07-201-1/+1
|
* Renamed PyscriptBridge to PyBridgeKevin Van Brunt2019-07-201-0/+109