diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 43857b810998f3a5d4282e9dd56b2c4501673688..8e9ac78fe5b0eb8479fa68270f756e78b133ce3d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,11 +7,4 @@ flake8: - pip3 install flake8 script: # Run flake8 (pycodestyle + pyflakes) check. - # https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes - # Ignored errors: - # - E128: continuation line under-indented for visual indent - # - E501: line too long - # - E731: do not assign a lambda expression, use a def - # - W504: line break after binary operator (conflicts with old pep8 package) - # - W505: doc line too long - flake8 .