fix: remove duplicate ruff entry from Code Linters section

This commit is contained in:
Ankita Ghosh 2026-05-09 13:48:39 +05:30 committed by GitHub
parent 68bfa3212d
commit a4990ddc06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -607,7 +607,7 @@ _Tools of static analysis, linters and code quality checkers. Also see [awesome-
- [black](https://github.com/psf/black) - The uncompromising Python code formatter.
- [isort](https://github.com/PyCQA/isort) - A Python utility / library to sort imports.
- [ruff](https://github.com/astral-sh/ruff) - An extremely fast Python linter and code formatter.
- Refactoring
- [rope](https://github.com/python-rope/rope) - Rope is a python refactoring library.
- Type Checkers - [awesome-python-typing](https://github.com/typeddjango/awesome-python-typing)
@ -1157,5 +1157,3 @@ Your contributions are always welcome! Please take a look at the [contribution g
---
If you have any question about this opinionated list, do not hesitate to contact [@vinta](https://x.com/vinta) on X (Twitter).