python-linting | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / python-linting

python-linting

maintained by OpenHands

star 476 account_tree 130 verified_user MIT License
bolt View GitHub

name: python-linting description: > This skill helps lint Python code using ruff. Use when the user asks to "lint", "check code quality", or "fix style issues". license: MIT compatibility: Requires Python and ruff metadata: author: openhands version: "1.0" triggers:

  • lint
  • linting
  • code quality
  • style check
  • ruff

Python Linting Skill

This skill provides instructions for linting Python code using ruff.

How to Lint

Run ruff to check for issues:

ruff check .

To automatically fix issues:

ruff check --fix .

Common Options

  • --select E,W - Only check for errors and warnings
  • --ignore E501 - Ignore line length errors
  • --fix - Automatically fix fixable issues

Example Output

example.py:1:1: F401 [*] `os` imported but unused
example.py:5:5: E302 Expected 2 blank lines, found 1
Found 2 errors (1 fixable).

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 476
GitHub Forks 130
Created Jan 2026
Last Updated 4 months ago
tools tools automation tools

Related Skills

specs-gen
chevron_right
glm-coding-agent
chevron_right
feature-dev
chevron_right
creating-pr
chevron_right
writing-skills
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.