# lint-check - Author: Dat Tran - Repository: dattran19/hrms-assignment - Version: 20260203103619 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/dattran19/hrms-assignment - Web: https://mule.run/skillshub/@@dattran19/hrms-assignment~lint-check:20260203103619 --- # Lint and Format Skill Description: Ensure Python code adheres to Ruff standards. Actions: - Run `ruff check --fix .` - Run `ruff format .` Rule: "Never submit code that has T201 (print) or F401 (unused import) violations."