Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | And that's the last of it. Passes mypy. | Eric Lin | 2021-04-06 | 1 | -1/+2 |
| | |||||
* | history, py_bridge, transcript now passs mypy | Eric Lin | 2021-04-06 | 1 | -2/+2 |
| | |||||
* | Refactored _perform_completion() to remove need for a cast() call | Kevin Van Brunt | 2021-04-02 | 1 | -4/+3 |
| | | | | Changed CommandResult.stderr to a str instead of Optional[str] | ||||
* | More things to make mypy happy. | Eric Lin | 2021-04-02 | 1 | -8/+16 |
| | |||||
* | Some mypy validation fixes | Eric Lin | 2021-03-18 | 1 | -3/+9 |
| | |||||
* | Add in isort changes | Todd Leonhardt | 2021-01-31 | 1 | -1/+3 |
| | |||||
* | Add black for automatic code format | Todd Leonhardt | 2021-01-31 | 1 | -7/+9 |
| | |||||
* | Changed isort to force wrapping of imports to reduce merge conflicts from ↵ | Eric Lin | 2021-01-22 | 1 | -4/+12 |
| | | | | minor import changes. | ||||
* | Added info on semantic versioning and branching strategy to CONTRIBUTING.md | Todd Leonhardt | 2020-04-24 | 1 | -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 Brunt | 2020-04-11 | 1 | -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 documentation | kotfu | 2020-02-22 | 1 | -18/+24 |
| | |||||
* | Removed unnecessary inheritance from object | Kevin Van Brunt | 2020-02-04 | 1 | -1/+1 |
| | |||||
* | Fixed typo in comment | Kevin Van Brunt | 2019-07-20 | 1 | -1/+1 |
| | |||||
* | Renamed PyscriptBridge to PyBridge | Kevin Van Brunt | 2019-07-20 | 1 | -0/+109 |