Skip to content

Commit

Permalink
Add ruff for Python (#114)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

Remove extra whitespace
  • Loading branch information
pronoym99 authored Sep 22, 2023
1 parent 8f68c7f commit 2cbd366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ this topic will be welcome as well as links related to actual linters.
- [pylint](https://github.com/PyCQA/pylint) - Source code analyzer which looks
for programming errors, helps enforcing a coding standard and sniffs for some
code smells.
- [ruff](https://github.com/astral-sh/ruff) - An extremely fast Python linter, written in Rust which is orders of magnitude faster than alternative tools while integrating more functionality behind a single, common interface.
- [wemake-python-styleguide](https://github.com/wemake-services/wemake-python-styleguide) -
The strictest and most opinionated python linter ever.
- [yala](https://github.com/cemsbr/yala) - YALA combines many linters to improve
Expand Down

0 comments on commit 2cbd366

Please sign in to comment.