aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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