index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-11-05 15:48:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-05 15:48:03 +0000 |
commit | 0071a069080732047e11309134869f3ab40c642c (patch) | |
tree | 9ae4cde24f02046ccdc93a988c09273619cd545c /.flake8 | |
parent | 3993917462219de75cd00aefdd4fe318402a22af (diff) | |
parent | b6ab6786316c5e4d8101007c4e96e64585aa7234 (diff) |
-rw-r--r-- | .flake8 | 9 |
@@ -1,2 +1,9 @@ [flake8] -ignore = E501, W191, E741, E266 +count = True +# Several of the following could be autofixed or improved by running the code through psf/black +ignore = E126,E128,E203,E231,E261,E302,E402,E722,F541,W191,W292,W293 +max-complexity = 40 +max-line-length = 236 +show-source = True +statistics = True +per-file-ignores = __init__.py:F401,F403,F405 |