Skip to content

Commit 2296933

Browse files
cerrussellprabhu
andauthored
Optimizations, linting, handling lief exceptions (#53)
* Linting, bugfixes, fixing lief exception handling. Signed-off-by: Caroline Russell <[email protected]> * Refactoring and linting binary.py, more lief exception handling. Signed-off-by: Caroline Russell <[email protected]> * Refactoring/linting/optimizing android.py. Signed-off-by: Caroline Russell <[email protected]> * Minor linting and optimization. Signed-off-by: Caroline Russell <[email protected]> * Bugfix for note details and pe resources. Signed-off-by: Caroline Russell <[email protected]> * Remove repetitive calls to cleanup_list_lief_errors. Signed-off-by: Caroline Russell <[email protected]> * Bug fix Signed-off-by: Prabhu Subramanian <[email protected]> --------- Signed-off-by: Caroline Russell <[email protected]> Signed-off-by: Prabhu Subramanian <[email protected]> Co-authored-by: Prabhu Subramanian <[email protected]>
1 parent ca83a22 commit 2296933

File tree

11 files changed

+2577
-2750
lines changed

11 files changed

+2577
-2750
lines changed

.flake8

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[flake8]
22
ignore = E203, E266, E501, W503, W605
3-
max-line-length = 79
3+
exclude = blint/cyclonedx/spec.py
4+
max-line-length = 99
45
max-complexity = 18
5-
select = B,C,E,F,W,T4,B9
6+
select = "B,C,E,F,W,T4,B9"

0 commit comments

Comments
 (0)