Open Issues Need Help
View All on GitHubAI Summary: This chore issue proposes enabling automatic code formatting and correction using Ruff in VSCode. It instructs users to add the line `"editor.formatOnSave": true` to their `.vscode/settings.json` file, which will trigger Ruff upon saving Python files.
AI Summary: Create a README.md file for a Python project using Github Markdown. The README should include a title, project description, dependency information (uv), setup commands (including uv and pre-commit, if applicable), and execution commands. The provided project documentation should be used as a basis for the README's content.
AI Summary: Create a Python script that downloads the raw HTML content of a given Lattes profile URL. The script should handle various error conditions such as profile not found (404), network issues (502/504), rate limits (429), and potential captchas. The downloaded HTML should be saved to a local .html file. The project should include a command-line interface for easy use and comprehensive documentation with examples.
AI Summary: Configure a pre-commit hook using pre-commit and Ruff to automatically check code formatting and linting before commits. This involves creating a `.pre-commit-config.yaml` file, installing pre-commit, and updating the README with installation and usage instructions.
AI Summary: This task involves removing unnecessary files (`main.py` and `src/vaca.py`) from a Python project and simplifying the README.md file to contain only a project title, basic setup instructions, and an optional usage example. The goal is to create a cleaner, more concise project structure.