From 9a21ddcb2ceccef591c55b3c8e5a3207f39cef56 Mon Sep 17 00:00:00 2001 From: pyscripter Date: Wed, 12 Nov 2025 14:39:37 +0200 Subject: [PATCH 1/2] Added PyScripter Python IDE to the users list PyScripter uses ruff for diagnostics, fixes and code formatting. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd8cc2450ed2c..d400b587b5d3e 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) From 5ba193d6d2a9b2b2229c4b9846c3be46d939fb44 Mon Sep 17 00:00:00 2001 From: pyscripter Date: Wed, 12 Nov 2025 14:40:27 +0200 Subject: [PATCH 2/2] Fix typo in PyScripter link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d400b587b5d3e..dd86c69390b90 100644 --- a/README.md +++ b/README.md @@ -491,7 +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)) +- [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)