From 1ba94c7852f6833860096101dc2e925b5b3b89fd Mon Sep 17 00:00:00 2001
From: "pre-commit-ci[bot]"
<66853113+pre-commit-ci[bot]@users.noreply.github.com>
Date: Mon, 15 Jun 2026 21:07:07 +0000
Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.15.16 → v0.15.17](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.16...v0.15.17)
---
.pre-commit-config.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 00aac5f..36a6385 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -42,7 +42,7 @@ repos:
args: ["--line-length=132"]
- repo: https://github.com/astral-sh/ruff-pre-commit
- rev: v0.15.16
+ rev: v0.15.17
hooks:
- id: ruff
args: ["--fix", "--exit-non-zero-on-fix"]
From 98c9e5c2f163cc929d70890a38efcc73fd304b86 Mon Sep 17 00:00:00 2001
From: "pre-commit-ci[bot]"
<66853113+pre-commit-ci[bot]@users.noreply.github.com>
Date: Mon, 15 Jun 2026 21:08:26 +0000
Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---
.idea/objutils@1.iml | 2 +-
.idea/pyLspTools.xml | 12 ++++++------
objutils/elf/defs.py | 1 -
3 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/.idea/objutils@1.iml b/.idea/objutils@1.iml
index 8e33d7d..6276174 100644
--- a/.idea/objutils@1.iml
+++ b/.idea/objutils@1.iml
@@ -8,4 +8,4 @@
-
\ No newline at end of file
+
diff --git a/.idea/pyLspTools.xml b/.idea/pyLspTools.xml
index bb0a380..f4e568c 100644
--- a/.idea/pyLspTools.xml
+++ b/.idea/pyLspTools.xml
@@ -1,6 +1,6 @@
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
diff --git a/objutils/elf/defs.py b/objutils/elf/defs.py
index e6797ea..3c89f0b 100644
--- a/objutils/elf/defs.py
+++ b/objutils/elf/defs.py
@@ -1332,7 +1332,6 @@ class ProgramHeader(enum.IntEnum):
# MIPS_OPTIONS = 0x70000002
MIPS_ABIFLAGS = 0x70000003
-
PT_LOPROC = 0x70000000 # Start of processor-specific.
PT_ARM_EXIDX = PT_LOPROC + 1 # Frame unwind information
PT_HIPROC = 0x7FFFFFFF # End of processor-specific