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.
This commit is contained in:
MarcoFalke
2024-08-27 13:27:59 +02:00
parent faf17df7fb
commit fafdb7df34
4 changed files with 45 additions and 64 deletions

View File

@@ -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 \