From e1432f1c4b0bc7778ad08385f0f0cc05a154010b Mon Sep 17 00:00:00 2001 From: shane knapp Date: Tue, 22 Oct 2024 10:47:16 -0700 Subject: [PATCH] add ruff as it's handy --- dev-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-requirements.txt b/dev-requirements.txt index 6c1f52069..a72bb44df 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -9,5 +9,6 @@ niquests==3.7.2 pre-commit==4.0.1 pygithub==2.4.0 pyrsistent==0.19.3 +ruff==0.7.0 urllib3==2.2.3 yamllint==1.35.1