Skip to content

Developer Insights Wanted: Choosing and Using Python Linters #822

@anynomousaccount

Description

@anynomousaccount

Hello! 👋
I’m conducting a study on Python linters to better understand how developers select, use, and want to improve them. Since you use multiple linters (like Pylint or Black), I’d love your perspective.


1. Motivation & Value

Why did your team adopt linters?
What’s the biggest benefit and limitation you’ve seen?

  • Benefit: _________
  • Limitation: _________

2. Important Aspects to Compare

Which aspects of linters matter to you?

  • Rule coverage
  • Speed
  • Configuration options
  • Ecosystem & tool support
  • Other: _________

3. Configuration & Integration

How do you usually configure linters, and why do you prefer that method?

  • Command line flags
  • pyproject.toml
  • setup.cfg / tox.ini
  • Separate config files (e.g., .pylintrc)
  • Inline comments in code
  • Other: _________

What makes configuration or integration difficult, if anything? _________


4. Experience & Challenges

What are the main pros and cons of using linters in your projects?
(Examples: false positives, slow performance, complex setup, tool conflicts)

  • Pros: _________
  • Cons: _________

Thank you for your time! 🚀

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions