8 Commits

Author SHA1 Message Date
William Valentin
4c7da343eb feat: Add test scripts and runner for TheChart application
- Created demo_failing_test.py to demonstrate pre-commit blocking with a failing test.
- Added run_tests.py for executing all tests with coverage reporting.
- Introduced test.py as a quick test runner for the application, providing coverage reports and user-friendly output.
2025-07-28 18:21:40 -07:00
William Valentin
bfd915e69a Comment out uv-export and pip-compile hooks in pre-commit configuration 2025-07-27 14:15:57 -07:00
William Valentin
8fa721a0a5 Disable pre-commit hooks for black, flake8, autopep8, and pyupgrade 2025-07-27 13:56:57 -07:00
William Valentin
e6f87e086b Add uv-pre-commit hooks for dependency management 2025-07-27 13:52:14 -07:00
William Valentin
3d5b3afbbb Reorganize pre-commit hooks for improved readability and consistency 2025-07-26 12:06:53 -07:00
William Valentin
7f1c655f7e Uncomment black hook in pre-commit configuration for code formatting 2025-07-26 11:10:31 -07:00
William Valentin
62606a03b0 Refactor .pre-commit-config.yaml for improved readability; adjust indentation and comment formatting for consistency. 2025-07-25 10:29:52 -07:00
William Valentin
987dc095c0 Add configuration files for Flake8 and pre-commit, and update Pipfile for pre-commit dependency 2025-07-15 13:36:43 -07:00