-
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.
Add target
mx-semantics.plugin
(#243)
* Move the `plugin` submodule into the Python package * Copy `krypto.md` into `mx-semantics.source` * Add target `PluginTarget` * Set Version: 0.1.42 * Set Version: 0.1.43 --------- Co-authored-by: devops <[email protected]> Co-authored-by: rv-jenkins <[email protected]>
- Loading branch information
1 parent
b2045bf
commit e05964e
Showing
8 changed files
with
62 additions
and
42 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
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "kmultiversx" | ||
version = "0.1.42" | ||
version = "0.1.43" | ||
description = "Python tools for Elrond semantics" | ||
authors = [ | ||
"Runtime Verification, Inc. <[email protected]>", | ||
|
@@ -44,6 +44,7 @@ pyupgrade = "*" | |
[tool.isort] | ||
profile = "black" | ||
line_length = 120 | ||
skip = [ "src/kmultiversx/kdist/plugin" ] | ||
|
||
[tool.autoflake] | ||
recursive = true | ||
|
@@ -52,10 +53,13 @@ remove-all-unused-imports = true | |
ignore-init-module-imports = true | ||
remove-duplicate-keys = true | ||
remove-unused-variables = true | ||
exclude = [ "src/kmultiversx/kdist/plugin" ] | ||
|
||
[tool.black] | ||
line-length = 120 | ||
skip-string-normalization = true | ||
exclude = "src/kmultiversx/kdist/plugin" | ||
|
||
[tool.mypy] | ||
disallow_untyped_defs = true | ||
exclude = "src/kmultiversx/kdist/plugin/*" |
Submodule plugin
updated
from 000000 to 3054e0
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 +1 @@ | ||
0.1.42 | ||
0.1.43 |