-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* init * mo fixin * more * momo fixin * momo fixin * simple version * Remove params * Insert after removal * Better messages * f it * Better messages * rm general messages * line length * New tests * Mass updates * rm_bp * Fix init * comment out old * Type fixes * TYPE_CHECKING * mv ARGCOMPLETE * pylint fix * Collection name checking * Magic numbers * Documentation updates * Additional tests * Type fix for capsys * Type fix for capsys * Additional tests * Spelling fix * Env fix * Early exit for * Fix help inconsistency with plugin and resource * Remove demo files
- Loading branch information
Showing
13 changed files
with
1,092 additions
and
210 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
argcomplete | ||
black | ||
coverage[toml] | ||
mypy | ||
|
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 |
---|---|---|
|
@@ -95,6 +95,7 @@ repos: | |
hooks: | ||
- id: mypy | ||
additional_dependencies: | ||
- argcomplete | ||
- jinja2 | ||
- pytest | ||
- types-pyyaml | ||
|
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
Oops, something went wrong.