deivit24 / python-steam-api

MIT License
25 stars 11 forks source link

Run linters and formatters on the codebase #24

Closed mscheltienne closed 3 months ago

mscheltienne commented 3 months ago

Again, PR independent from the 2 others. I used the configuration in #23 to run the style checks (except codespell). The git diff was rather small actually!

mscheltienne commented 3 months ago

@deivit24 ruff, actually through VSCode extension directly. It formats similarly to black but is much much faster, and now preferred by many projects.