Run ruff format changes and finalize indentation and lint fixes.

This commit is contained in:
William Valentin
2025-08-09 12:10:16 -07:00
parent 9cec07e9f6
commit 9a5a2f0022
68 changed files with 1272 additions and 4301 deletions

View File

@@ -8,7 +8,7 @@ make install
# Run the application
make run
# Or use the package entry point
# Or use the package entry point (preferred)
python -m thechart
# Run tests (consolidated test suite)
@@ -98,9 +98,9 @@ python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
pip install -r requirements.txt
# Run the application (any of the following)
python src/main.py
# Run the application (either of the following)
python -m thechart
python src/main.py
```
## 🧪 Testing
@@ -129,7 +129,7 @@ make test
## 🚀 Usage
### Basic Workflow
1. **Launch**: Run `python src/main.py` or use the desktop file
1. **Launch**: Run `python -m thechart` (preferred) or use the desktop file
2. **Configure**: Set up medicines and pathologies via the Tools menu
3. **Track**: Add daily entries with medication and symptom data
4. **Visualize**: View graphs and trends in the main interface