-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
MegaPatch.megainstance
typing for PyCharm (#127)
* Fix typo in guidance * fix megapatch.it type hinting for pycharm * Commit organizeImports setting automigration * Increment version
- Loading branch information
1 parent
a2e4c61
commit a4bed5d
Showing
4 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "megamock" | ||
version = "0.1.0-beta.10" | ||
version = "0.1.0-beta.11" | ||
description = "Mega mocking capabilities - stop using dot-notated paths!" | ||
authors = ["James Hutchison <[email protected]>"] | ||
readme = "README.md" | ||
|