From: Michal Nowak Date: Thu, 15 Feb 2024 10:17:38 +0000 (+0100) Subject: Drop flake8 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=cfecb9766c033fc6ad5478e7645c67460e67d356;p=thirdparty%2Fbind9.git Drop flake8 flake8 is not present in CI images anymore. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d8b5c39166a..e97aa474c56 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -468,17 +468,6 @@ danger: variables: - $DANGER_GITLAB_API_TOKEN -flake8: - <<: *default_triggering_rules - <<: *base_image - stage: postcheck - needs: - - job: autoreconf - artifacts: true - script: - - *configure - - flake8 --max-line-length=80 $(git ls-files '*.py' | grep -vE '(ans\.py|dangerfile\.py)') - pylint: <<: *default_triggering_rules <<: *base_image