Skip to content

Commit

Permalink
Add Ruff to Linters section (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
diceroll123 authored Jun 22, 2024
1 parent dd5e16d commit 065b168
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 @@ -88,6 +88,7 @@ Collection of awesome Python types, stubs, plugins, and tools to work with them.
- [flake8-typing-only-imports](https://github.com/sondrelg/flake8-typing-only-imports) - flake8 plugin that helps identify which imports to put into type-checking blocks, and how to adjust your type annotations once imports are moved.
- [flake8-type-ignore](https://gitlab.com/jonafato/flake8-type-ignore/) - flake8 plugin to disallow type: ignore comments in your typed Python code.
- [wemake-python-styleguide](https://github.com/wemake-services/wemake-python-styleguide) - The strictest and most opinionated Python linter ever.
- [Ruff](https://github.com/astral-sh/ruff/) - Extremely fast linter which supports lint rules from many other lint tools, such as flake8.

### Testing

Expand Down

0 comments on commit 065b168

Please sign in to comment.