feat: Add Ruff linting, pre-commit hooks, and build scripts
- Configure Ruff for linting and formatting with pre-commit hooks - Add Makefile with convenient commands for development workflow - Create build and upload scripts for Gitea package registry - Update README with documentation for new features - Fix code quality issues identified by Ruff - Add development dependencies (ruff, pre-commit) to pyproject.toml - Update Python version requirement to >=3.9 - Add template for Gitea PyPI configuration - Bump version to 0.3.0 - All tests passing and code properly formatted
This commit is contained in:
@@ -6,4 +6,4 @@ from .paroles_net_scraper import get_song_lyrics, search_song
|
||||
|
||||
__version__ = "0.1.0"
|
||||
__author__ = "Rene Luria"
|
||||
__all__ = ["get_song_lyrics", "search_song"]
|
||||
__all__ = ["get_song_lyrics", "search_song"]
|
||||
|
||||
Reference in New Issue
Block a user