generated from pyiron/pyiron_module_template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enable ruff-pl checks with some exclusions (#549)
* enable ruff-pl checks with some exclusions * black Signed-off-by: liamhuber <[email protected]> * Ignore complaints about static method taking self The method is static for the sake of dynamic subclassing; calling it self is very intentional here as it is the owning instance that gets passed in. Signed-off-by: liamhuber <[email protected]> * pylint: don't override local vars Signed-off-by: liamhuber <[email protected]> * pylint: don't override local var Signed-off-by: liamhuber <[email protected]> * Fix Node._run_args signature and hint Signed-off-by: liamhuber <[email protected]> * Make Macro.graph_creator a normal method With accompanying change to applications/invocations, type hint narrowing, and docstrings Signed-off-by: liamhuber <[email protected]> --------- Signed-off-by: liamhuber <[email protected]> Co-authored-by: liamhuber <[email protected]>
- Loading branch information
Showing
6 changed files
with
39 additions
and
24 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
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