Type Hint Added to Modules (#72) * log : changes logged. * add : typing added to misc files. * add : typing added to main modules. * fix : typing for Popen fixed. * fix : typo fixed in changelog. * fix : comments applied.
Recent Commits to nava:main
-
Type Hint Added to Modules (#72)
-
Version 0.8 (#71)
Version 0.8 (#71) * update : version-tags updated. * update : changelog updated. * update : issue template updated. * update : changelog updated.
-
Python 3.14 (#70)
Python 3.14 (#70) * fix : Python 3.14 added to workflows * fix : Python 3.14 added to setup.py * doc : Python 3.14 added to bug_report.yml * fix : action version updated * doc : pypi badge bug fixed * doc : CHANGELOG.md updated
-
Fix/refactorings (#69)
Fix/refactorings (#69) * this target call doesn't return process (in windows) * call terminate -> wait -> kill, minor refactoring on the order and exception handlings * `CHANGELOG.md` updated * add concrete exception type * Refactor exception handling in `NavaThread` class to catch general exceptions and improve clarity in comments. Ensure `_play_process` is set to `None` after termination attempts. * add bandit `B110` bypassing rule