angr / archinfo

Classes with architecture-specific information useful to other projects.
BSD 2-Clause "Simplified" License
85 stars 58 forks source link

Enable ruff auto-fixing in pre-commit #165

Closed twizmwazin closed 1 year ago

github-actions[bot] commented 1 year ago

Test Results

   116 files  ±  0     116 suites  ±0   1h 26m 0s :stopwatch: - 16m 32s 1 376 tests +19  1 337 :heavy_check_mark: +19  39 :zzz: ±0  0 :x: ±0  1 382 runs  +19  1 343 :heavy_check_mark: +19  39 :zzz: ±0  0 :x: ±0 

Results for commit e33e2ca7. ± Comparison against base commit 1b6b1d68.

This pull request removes 2 and adds 21 tests. Note that renamed tests count towards both. ``` test_cfgfast.TestCfgfast ‑ test_cfg_with_patches test_patches ‑ test_patch_vulnerable_fauxware_amd64 ``` ``` test_cfg_model.TestCfgModel ‑ test_cfgmodel_clear_region_for_reflow test_cfg_model.TestCfgModel ‑ test_cfgmodel_clear_region_for_reflow_multifunc test_cfg_patching.TestCfgCombination ‑ test_cfgfast_combine_with_full_model test_cfg_patching.TestCfgCombination ‑ test_cfgfast_combine_with_partial_model test_cfg_patching.TestCfgPatching ‑ test_cfg_patch_branch test_cfg_patching.TestCfgPatching ‑ test_cfg_patch_call_target test_cfg_patching.TestCfgPatching ‑ test_cfg_patch_const_operand test_cfg_patching.TestCfgPatching ‑ test_cfg_patch_grow_block_fallthru test_cfg_patching.TestCfgPatching ‑ test_cfg_patch_grow_function_fallthru test_cfg_patching.TestCfgPatching ‑ test_cfg_patch_grow_into_inter_function_padding … ```