No linter, formatter, or pre-commit hooks configured #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
The project has no code quality tooling configured:
ruff,flake8, orpylintfor lintingblackorruff formatfor formattingmypyorpyrightfor type checking.pre-commit-config.yaml.editorconfigEvidence of inconsistency
app.pyline 115 uses 3-space indent, rest uses 4-spaceapp.pyimportsshlex(line 4) but never uses itFix
pyproject.tomlwith[tool.ruff]configuration.pre-commit-config.yamlwith ruff + mypy hooks