|
| 1 | +# This file contains the list of commits that should be excluded from |
| 2 | +# git blame. Read more informations on: |
| 3 | +# https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view |
| 4 | + |
| 5 | +# PEPin - https://github.com/secdev/scapy/issues/1277 |
| 6 | +# E231 - missing whitespace after ',' |
| 7 | +e7365b2baeded1a0e1e3b59bc0ad14a78d6e3086 |
| 8 | +# E30* - Incorrect number of blank lines |
| 9 | +b770bbc58c26437b354c0bd21dc4e2fcfa3abfdf |
| 10 | +# E20* - Incorrect number of whitespace |
| 11 | +6861a35d8ed4466df7b2ff82341e60caf9ff869a |
| 12 | +# E12* - visual indent |
| 13 | +275ad3246b5231bb046a66bcfdf3654d67fdea20 |
| 14 | +# W29* - useless whitespaces |
| 15 | +453f2592f7b6f2b8677619769f8427932894dc1c |
| 16 | +# E251 - unexpected spaces around keyword / parameter equals |
| 17 | +203254afd771b42ccf0fcca96ba92dc4075cfe4a |
| 18 | +# E26 - comments |
| 19 | +b7a3db73dfd17ec1e7bbace8d52464982bf8ea8d |
| 20 | +# E1 - incorrect indentation |
| 21 | +f2f1de742aa36167e2c86247a26ed5e7393366ea |
| 22 | +# F821 - undefined name 'name' |
| 23 | +f8525ea9f17cedf148febcab8d1dab51ddca9afe |
| 24 | +# E2* - whitespaces errors |
| 25 | +1c2fe99c131bb05e009896410766371a2f870175 |
| 26 | +# E71* - tests syntax |
| 27 | +927c157b58918d5fdce9714a3c35627339cc8657 |
| 28 | +# F841 - local variable 'name' is assigned to but never used |
| 29 | +dbe409531a22d1245cf4669f72a425b42c83b0db |
| 30 | +# PEPin several fixes |
| 31 | +93232490193ca2b59e3b1425131913d28f408f7a |
| 32 | +# E501 - line too long (> 79 characters) |
| 33 | +e89d8965748439adc253714316de7a9a35b8bd73 |
| 34 | +# F601 - dictionary key repeated with different values |
| 35 | +0fd7d76550e56831f887664202d743846d3619dd |
| 36 | +# F811 - redefinition of unused variable/class/... |
| 37 | +10454d1ca243d0fd8d2ab4a148d688e3ea916e49 |
| 38 | +# E402 - module level import not at top of file |
| 39 | +0f4a904d2801e8bbbc82880345ad453ceb6ee34f |
| 40 | +# E722 - do not use bare except |
| 41 | +a35575ff22da176a8b515405faea9a689462da0c |
| 42 | +# E741 - ambiguous variable name 'l' |
| 43 | +7c61676aef950ca268eac480902dd91cb0abe3a4 |
| 44 | +# F405 - variable/function/... may be undefined, or defined from star |
| 45 | +8773983edb0336db7aa84777dee2aa9892508418 |
| 46 | +# F401 - 'module' imported but unused |
| 47 | +a58e1b90a704c394216a0b5a864a50931754bdf7 |
| 48 | +# W502 - line break before binary operator |
| 49 | +9687222c3f0af6ef89ecfe15e5b983e1f7b5b31e |
| 50 | +# E275 - Missing whitespace after keyword |
| 51 | +08b1f9d67c8e716fd44036a027bdc90dcb9fcfdf |
0 commit comments