From a1d9cb5830eca9b63e7fb529504fc536e99bca23 Mon Sep 17 00:00:00 2001 From: pyscripter Date: Wed, 12 Nov 2025 19:10:08 +0100 Subject: [PATCH] Added the PyScripter IDE to the list of "Who is using Ruff?" (#21402) ## Summary Added the PyScripter IDE to the list of "Who is using Ruff?". PyScripter is a popular python IDE that is using ruff for code diagnostics, fixes and code formatting. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd8cc2450e..dd86c69390 100644 --- a/README.md +++ b/README.md @@ -491,6 +491,7 @@ Ruff is used by a number of major open-source projects and companies, including: - [PyTorch](https://github.com/pytorch/pytorch) - [Pydantic](https://github.com/pydantic/pydantic) - [Pylint](https://github.com/PyCQA/pylint) +- [PyScripter](https://github.com/pyscripter/pyscripter) - [PyVista](https://github.com/pyvista/pyvista) - [Reflex](https://github.com/reflex-dev/reflex) - [River](https://github.com/online-ml/river)