From c41a377df05a473fb6a8be401383bac22a700958 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Wed, 13 Mar 2024 07:14:24 +0100 Subject: [PATCH] chore: add flake8 to development requirements Signed-off-by: Pino Toscano --- requirements-dev.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4f670985..e27c1cf8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,3 +1,4 @@ # the version of black is specified also in the stylish.yml github workflow; # please update the version there in case it is bumped here black==24.2.0 +flake8