fix pylint

This commit is contained in:
Max K 2024-07-19 10:27:15 +02:00
parent 09141163b4
commit b2adabd59e

View File

@ -12,5 +12,4 @@ function xargs-pylint {
# exclude ci unittest scripts from check: test_*
find "$ROOT_PATH/tests" -maxdepth 2 -type f -exec file -F' ' --mime-type {} + | grep -v "/test_" | xargs-pylint 50
# Beware, there lambdas are checked. All of them contain `app`, and it causes brain-cucumber-zalgo
find "$ROOT_PATH/tests/ci" -mindepth 2 -type f -exec file -F' ' --mime-type {} + | xargs-pylint 1