From 107295575e3a7c37911ae192baf426b0003975a4 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Mon, 8 Dec 2025 01:37:10 +0100 Subject: Refactor code structure for improved readability and maintainability; removed redundant code blocks and optimized functions. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.3