From af4db39205b34b4787ab8238ca9c6578e06b50c9 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Fri, 2 Feb 2024 11:26:30 +0000 Subject: [PATCH] Add pytest to who's using ruff (#9782) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dac2e4eb46..3e79e5435e 100644 --- a/README.md +++ b/README.md @@ -433,6 +433,7 @@ Ruff is used by a number of major open-source projects and companies, including: - [PyInstaller](https://github.com/pyinstaller/pyinstaller) - [PyMC](https://github.com/pymc-devs/pymc/) - [PyMC-Marketing](https://github.com/pymc-labs/pymc-marketing) +- [pytest](https://github.com/pytest-dev/pytest) - [PyTorch](https://github.com/pytorch/pytorch) - [Pydantic](https://github.com/pydantic/pydantic) - [Pylint](https://github.com/PyCQA/pylint)