From fafdb7df34507eee735893aa871da6ae529e6372 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Tue, 27 Aug 2024 13:27:59 +0200 Subject: lint: Speed up flake8 checks Previously they may have taken more than 10 seconds. Now they should finish in less than one second. This also allows to drop one dependency to be installed. --- ci/lint/04_install.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'ci') diff --git a/ci/lint/04_install.sh b/ci/lint/04_install.sh index acec2f32e9..cfdb4ea936 100755 --- a/ci/lint/04_install.sh +++ b/ci/lint/04_install.sh @@ -49,7 +49,6 @@ fi ${CI_RETRY_EXE} pip3 install \ codespell==2.2.6 \ - flake8==6.1.0 \ lief==0.13.2 \ mypy==1.4.1 \ pyzmq==25.1.0 \ -- cgit v1.2.3