From 501e59d41c04395284b41a3cb330c18e4d5a2d79 Mon Sep 17 00:00:00 2001 From: Valeriu Predoi Date: Mon, 15 Jan 2024 14:12:42 +0000 Subject: [PATCH] pin flake8 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 964c023883..1c56349732 100644 --- a/environment.yml +++ b/environment.yml @@ -51,7 +51,7 @@ dependencies: - sphinx >=6.1.3 - pydata-sphinx-theme # Python packages needed for testing - - flake8 + - flake8 >=7.0.0 # not to pick up E231 - mypy >=0.990 - pytest >=3.9,!=6.0.0rc1,!=6.0.0 - pytest-cov >=2.10.1