Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

[FIX] travis_run_flake8.cfg: do not fully ignore __init__.py #595

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 7, 2019

  1. [FIX] travis_run_flake8.cfg: do not fully ignore __init__.py

    The only rule that has to be ignored in __init__.py is F401: https://lintlyci.github.io/Flake8Rules/rules/F401.html
    All other rules must be validated in __init__.py files as those are also used to define pre-init hooks and other validations.
    gustavovalverde authored Apr 7, 2019
    Configuration menu
    Copy the full SHA
    e19a8d0 View commit details
    Browse the repository at this point in the history