- 02 Jan, 2023 8 commits
-
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
- 15 Dec, 2022 21 commits
-
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
Fixes pylint error: - package/test_tools/__private/scripts/update_wallet_api.py:172:4: W1510: Using subprocess.run without explicitly set `check` is not recommended. (subprocess-run-check)
-
Mateusz Żebrak authored
Fixes pylint error: - package/test_tools/__private/scripts/update_wallet_api.py:10:0: R0402: Use 'from test_tools.__private import wallet' instead (consider-using-from-import)
-
Mateusz Żebrak authored
Fixes pylint error: - package/test_tools/__private/scripts/update_wallet_api.py:174:29: W0212: Access to a protected member __private of a client class (protected-access)
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
New version of pylint does not take into account functiom signatures when searching for code duplicates. (2.14.0)
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
It is nice to have all abstract methods defined right after the dunder/magic methods, so it is easy to see which methods child class should implement.
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
The changes are motivated by the fact that validate() method located in the List class has to be an instance method (cause each List object holds the information about it's internal item type) and this is incompatible with the ConfigEntry interface which imposes a class method.
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
Due to a wrong parameter passed to the dunder __setattr__ method which was '__entries' instead of '_NodeConfig__entries' we ran into the RecursionError, because __getattr__ was calling itself since '__entries' attribute cannot be found. For more information read the `Note` here: https://docs.python.org/3/library/functions.html#getattr Fixes pylint error: - package/test_tools/__private/node_config.py:129:15: C2801: Unnecessarily calls dunder method __getattribute__. Access attribute directly or use getattr built-in function. (unnecessary-dunder-call)
-
Mateusz Żebrak authored
This reverts commit 2afd4339.
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
- 12 Dec, 2022 5 commits
-
-
- 07 Dec, 2022 5 commits
-
-
Krzysztof Mochocki authored
-
Krzysztof Mochocki authored
-
Krzysztof Mochocki authored
-
Krzysztof Mochocki authored
-
-
- 02 Dec, 2022 1 commit
-
-