mirror of
https://github.com/platomav/BIOSUtilities.git
synced 2025-05-09 05:42:00 -04:00

Complete repository overhaul into python project Re-designed BIOSUtility base template class flow Re-structured utilities as BIOSUtility inherited Re-structured project for 3rd-party compatibility Unified project requirements and package version Code overhaul with type hints and linting support Switched external executable dependencies via PATH BIOSUtility enforces simple check and parse methods Utilities now work with both path and buffer inputs Adjusted class, method, function names and parameters Improved Dell PFS Update Extractor sub-PFAT processing Improved Award BIOS Module Extractor corruption handling Improved Apple EFI Image Identifier to expose the EFI ID Improved Insyde iFlash/iFdPacker Extractor with ISH & PDT Re-written Apple EFI Package Extractor to support all PKG
17 lines
326 B
INI
17 lines
326 B
INI
[MAIN]
|
|
|
|
init-hook="import sys; sys.path.append('./')"
|
|
|
|
[MESSAGES CONTROL]
|
|
|
|
disable=
|
|
duplicate-code,
|
|
line-too-long,
|
|
too-few-public-methods,
|
|
too-many-arguments,
|
|
too-many-branches,
|
|
too-many-lines,
|
|
too-many-locals,
|
|
too-many-nested-blocks,
|
|
too-many-positional-arguments,
|
|
too-many-statements
|