News

VS Code's clone feature ignores if a repo has already been cloned. It now creates a new folder with a suffix (like -1, -2, etc.) if the folder already exists. Would be great to have a setting for s ...
Adding pre-commit hooks with linting (could be done in addition to the main solution) Additional context The repository already has ruff included in dev dependencies for all Python servers, so this ...