From 201b3285c41120ca68e7659c26f682ff4feacd64 Mon Sep 17 00:00:00 2001 From: Marshall Hallenbeck Date: Sat, 14 Oct 2023 21:50:48 -0400 Subject: [PATCH] ruff: pin 292 version since older versions dont display all checks --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 05af109a..c05ebf7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ rich = "^13.3.5" python-libnmap = "^0.7.3" resource = "^0.2.1" oscrypto = { git = "https://github.com/NeffIsBack/oscrypto" } -ruff = "^0.0.291" +ruff = "=0.0.292" [tool.poetry.group.dev.dependencies] flake8 = "*"