fix: add ruff>=0.1.0 to dev dependencies
Some checks failed
CI / test (push) Failing after 4m52s

This commit is contained in:
2026-02-05 11:40:06 +00:00
parent 1d7b9c75ff
commit 5cab291b83

View File

@@ -11,7 +11,7 @@ setup(
description="A CLI tool that generates standardized project scaffolding for multiple languages", description="A CLI tool that generates standardized project scaffolding for multiple languages",
long_description=long_description, long_description=long_description,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
url="https://7000pct.gitea.bloupla.net/7000pctAUTO/project-scaffold-cli", url="https://github.com/example/project-scaffold-cli",
packages=find_packages(), packages=find_packages(),
python_requires=">=3.8", python_requires=">=3.8",
install_requires=[ install_requires=[
@@ -24,8 +24,7 @@ setup(
"dev": [ "dev": [
"pytest>=7.0", "pytest>=7.0",
"pytest-cov>=4.0", "pytest-cov>=4.0",
"black>=23.0", "ruff>=0.1.0",
"flake8>=6.0",
], ],
}, },
entry_points={ entry_points={