From c81226dfb2fb2ae4e687a5cac6d338f692a882f5 Mon Sep 17 00:00:00 2001 From: "Michael A. Perlin" Date: Thu, 8 Aug 2024 13:24:32 -0400 Subject: [PATCH] add ruff to requirements.txt (#1019) Forgot to add this in #1016 --- checks-superstaq/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/checks-superstaq/requirements.txt b/checks-superstaq/requirements.txt index c19890c29..64cb436f7 100644 --- a/checks-superstaq/requirements.txt +++ b/checks-superstaq/requirements.txt @@ -17,5 +17,6 @@ pytest-cov>=2.11.1 pytest-randomly>=3.10.1 pytest-socket>=0.7.0 pytest-xdist>=3.6.1 +ruff>=0.5.6 setuptools>=67.0.0 sphinx-rtd-theme>=1.0.0