eranheres / ultra_type

0 stars 0 forks source link

Integrate curses library for enhanced terminal UI #29

Closed sweep-mine[bot] closed 11 months ago

sweep-mine[bot] commented 11 months ago

Description

This pull request integrates the curses library to enhance the terminal UI for the ultra_type application. It updates the controller and view files to utilize the curses library for improved user interaction.

Summary

Fixes #28.


🎉 Latest improvements to Sweep:


💡 To get Sweep to edit this pull request, you can:

sweep-mine[bot] commented 11 months ago

Sandbox Executions

poetry run pylint -E **/*.py 1/1 ✓
(nothing was outputted)

poetry run pylint -E **/*.py 1/1 ❌ (`2`)
************* Module ultra_type.view
ultra_type/view.py:16:4: E0001: Parsing failed: 'unexpected indent (, line 16)' (syntax-error)
************* Module ultra_type.controller
ultra_type/controller.py:2:0: E0001: Cannot import 'ultra_type.view' due to 'unexpected indent (, line 16)' (syntax-error)
ultra_type/controller.py:2:0: E0611: No name 'view' in module 'ultra_type' (no-name-in-module)
************* Module ultra_type.main
ultra_type/main.py:2:0: E0001: Cannot import 'ultra_type.view' due to 'unexpected indent (, line 16)' (syntax-error)
ultra_type/main.py:2:0: E0611: No name 'view' in module 'ultra_type' (no-name-in-module)

poetry run pylint -E **/*.py 1/1 ❌ (`2`)
************* Module ultra_type.view
ultra_type/view.py:3:15: E1101: Instance of 'View' has no 'stdscr' member (no-member)
ultra_type/view.py:6:8: E1101: Instance of 'View' has no 'stdscr' member (no-member)
ultra_type/view.py:7:8: E1101: Instance of 'View' has no 'stdscr' member (no-member)
ultra_type/view.py:8:15: E1101: Instance of 'View' has no 'stdscr' member (no-member)

poetry run pylint -E **/*.py 1/1 ✓
(nothing was outputted)

poetry run pylint -E **/*.py 1/1 ✓
(nothing was outputted)

poetry run pylint -E **/*.py 1/1 ✓
(nothing was outputted)

sweep-mine[bot] commented 11 months ago

Apply Sweep Rules to your PR?