PauseAI / ProjectBot

A python bot that does project tracking from a discord server to a notion database
2 stars 3 forks source link

Lint with Ruff #4

Closed tylerlaprade closed 3 months ago

tylerlaprade commented 3 months ago

Why?

A linter automatically catches certain bugs, and in many cases fixes them for us. Ruff is an extremely fast Python linter and code formatter, written in Rust. It has taken the Python world by storm in the past year with its unbelievable speed and high attention to detail. I have been using it in my other projects with great success.

What?

Screenshots

image

Test plan

TBD

Maximophone commented 3 months ago

Excellent Idea. Can you also add a little note about this linter in the readme? Then I will merge