[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ftp-team/dak][master] Ignore all flake8 errors for now.



Title: GitLab

Joerg Jaspert pushed to branch master at Debian FTP Team / dak

Commits:

1 changed file:

Changes:

  • setup.cfg
    ... ... @@ -6,3 +6,59 @@ ignore =
    6 6
      E302,
    
    7 7
      # line too long
    
    8 8
      E501,
    
    9
    + # Ignore all flake8 errors for now. Whoever wants to fixup our code (PLEASE),
    
    10
    + # remove one, fixup all occurences, submit a merge request...
    
    11
    + E101,
    
    12
    + E111,
    
    13
    + E115,
    
    14
    + E121,
    
    15
    + E123,
    
    16
    + E124,
    
    17
    + E125,
    
    18
    + E126,
    
    19
    + E127,
    
    20
    + E128,
    
    21
    + E129,
    
    22
    + E201,
    
    23
    + E202,
    
    24
    + E203,
    
    25
    + E211,
    
    26
    + E221,
    
    27
    + E222,
    
    28
    + E225,
    
    29
    + E226,
    
    30
    + E227,
    
    31
    + E228,
    
    32
    + E231,
    
    33
    + E241,
    
    34
    + E251,
    
    35
    + E261,
    
    36
    + E265,
    
    37
    + E266,
    
    38
    + E271,
    
    39
    + E272,
    
    40
    + E301,
    
    41
    + E303,
    
    42
    + E305,
    
    43
    + E306,
    
    44
    + E401,
    
    45
    + E402,
    
    46
    + E502,
    
    47
    + E701,
    
    48
    + E703,
    
    49
    + E704,
    
    50
    + E711,
    
    51
    + E712,
    
    52
    + E713,
    
    53
    + E731,
    
    54
    + E999,
    
    55
    + F401,
    
    56
    + F403,
    
    57
    + F405,
    
    58
    + F821,
    
    59
    + F841,
    
    60
    + W191,
    
    61
    + W291,
    
    62
    + W293,
    
    63
    + W391,
    
    64
    + W503
    \ No newline at end of file


  • Reply to: