aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-12-08 01:37:10 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-12-08 01:37:10 +0100
commit107295575e3a7c37911ae192baf426b0003975a4 (patch)
treeceb528a428716d5313517a0fa72fcac3ea1360fb /README.md
parent3b3fd2f6880eaa9170b480d41d43311925483bea (diff)
Refactor code structure for improved readability and maintainability; removed redundant code blocks and optimized functions.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 23a60ac..11fcfc1 100644
--- a/README.md
+++ b/README.md
@@ -79,12 +79,12 @@ npm run lint:fix # Auto-fix ESLint issues
- **Ruff**: Formatting and linting (configured in `pyproject.toml`)
```sh
-cd src/gtfs_vigo_stops
+cd src/gtfs_perstop_report
ruff format . # Format Python files
ruff check . # Check for linting issues
```
-### C#
+### C #
- **EditorConfig**: Formatting rules (configured in `.editorconfig`)
- Format on save is enabled in VSCode
@@ -92,6 +92,7 @@ ruff check . # Check for linting issues
### VSCode Setup
When you open this project in VSCode, you'll be prompted to install recommended extensions. These include:
+
- Prettier
- ESLint
- Ruff