From 915699ec9d4e2d2ee20f401c8b8ae5722953c411 Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Fri, 7 Aug 2026 09:37:46 +0000 Subject: [PATCH] ruff EXE002 (file is executable but no shebang is present) --- mmgen/__init__.py | 0 mmgen/altcoin/__init__.py | 0 mmgen/contrib/__init__.py | 0 mmgen/contrib/ed25519.py | 0 mmgen/contrib/ripemd160.py | 0 mmgen/platform/__init__.py | 0 mmgen/platform/darwin/__init__.py | 0 mmgen/proto/__init__.py | 0 mmgen/proto/bch/__init__.py | 0 mmgen/proto/btc/__init__.py | 0 mmgen/proto/btc/tw/__init__.py | 0 mmgen/proto/btc/tx/__init__.py | 0 mmgen/proto/etc/__init__.py | 0 mmgen/proto/eth/__init__.py | 0 mmgen/proto/eth/pyethereum/__init__.py | 0 mmgen/proto/eth/tw/__init__.py | 0 mmgen/proto/eth/tx/__init__.py | 0 mmgen/proto/ltc/__init__.py | 0 mmgen/proto/secp256k1/__init__.py | 0 mmgen/proto/xmr/__init__.py | 0 mmgen/proto/zec/__init__.py | 0 mmgen/tool/__init__.py | 0 mmgen/tw/__init__.py | 0 mmgen/wordlist/__init__.py | 0 pyproject.toml | 1 - test/__init__.py | 0 test/cmdtest_d/___init__.py | 0 test/include/__init__.py | 0 test/objattrtest_d/__init__.py | 0 test/objtest_d/__init__.py | 0 test/overlay/fakemods/mmgen/proto/eth/tx/base.py | 0 test/overlay/fakemods/mmgen/swap/proto/thorchain/asset.py | 0 test/overlay/fakemods/mmgen/tx/tx_proxy.py | 0 33 files changed, 1 deletion(-) mode change 100755 => 100644 mmgen/__init__.py mode change 100755 => 100644 mmgen/altcoin/__init__.py mode change 100755 => 100644 mmgen/contrib/__init__.py mode change 100755 => 100644 mmgen/contrib/ed25519.py mode change 100755 => 100644 mmgen/contrib/ripemd160.py mode change 100755 => 100644 mmgen/platform/__init__.py mode change 100755 => 100644 mmgen/platform/darwin/__init__.py mode change 100755 => 100644 mmgen/proto/__init__.py mode change 100755 => 100644 mmgen/proto/bch/__init__.py mode change 100755 => 100644 mmgen/proto/btc/__init__.py mode change 100755 => 100644 mmgen/proto/btc/tw/__init__.py mode change 100755 => 100644 mmgen/proto/btc/tx/__init__.py mode change 100755 => 100644 mmgen/proto/etc/__init__.py mode change 100755 => 100644 mmgen/proto/eth/__init__.py mode change 100755 => 100644 mmgen/proto/eth/pyethereum/__init__.py mode change 100755 => 100644 mmgen/proto/eth/tw/__init__.py mode change 100755 => 100644 mmgen/proto/eth/tx/__init__.py mode change 100755 => 100644 mmgen/proto/ltc/__init__.py mode change 100755 => 100644 mmgen/proto/secp256k1/__init__.py mode change 100755 => 100644 mmgen/proto/xmr/__init__.py mode change 100755 => 100644 mmgen/proto/zec/__init__.py mode change 100755 => 100644 mmgen/tool/__init__.py mode change 100755 => 100644 mmgen/tw/__init__.py mode change 100755 => 100644 mmgen/wordlist/__init__.py mode change 100755 => 100644 test/__init__.py mode change 100755 => 100644 test/cmdtest_d/___init__.py mode change 100755 => 100644 test/include/__init__.py mode change 100755 => 100644 test/objattrtest_d/__init__.py mode change 100755 => 100644 test/objtest_d/__init__.py mode change 100755 => 100644 test/overlay/fakemods/mmgen/proto/eth/tx/base.py mode change 100755 => 100644 test/overlay/fakemods/mmgen/swap/proto/thorchain/asset.py mode change 100755 => 100644 test/overlay/fakemods/mmgen/tx/tx_proxy.py diff --git a/mmgen/__init__.py b/mmgen/__init__.py old mode 100755 new mode 100644 diff --git a/mmgen/altcoin/__init__.py b/mmgen/altcoin/__init__.py old mode 100755 new mode 100644 diff --git a/mmgen/contrib/__init__.py b/mmgen/contrib/__init__.py old mode 100755 new mode 100644 diff --git a/mmgen/contrib/ed25519.py b/mmgen/contrib/ed25519.py old mode 100755 new mode 100644 diff --git a/mmgen/contrib/ripemd160.py b/mmgen/contrib/ripemd160.py old mode 100755 new mode 100644 diff --git a/mmgen/platform/__init__.py b/mmgen/platform/__init__.py old mode 100755 new mode 100644 diff --git a/mmgen/platform/darwin/__init__.py b/mmgen/platform/darwin/__init__.py old mode 100755 new mode 100644 diff --git a/mmgen/proto/__init__.py b/mmgen/proto/__init__.py old mode 100755 new mode 100644 diff --git a/mmgen/proto/bch/__init__.py b/mmgen/proto/bch/__init__.py old mode 100755 new mode 100644 diff --git a/mmgen/proto/btc/__init__.py b/mmgen/proto/btc/__init__.py old mode 100755 new mode 100644 diff --git a/mmgen/proto/btc/tw/__init__.py b/mmgen/proto/btc/tw/__init__.py old mode 100755 new mode 100644 diff --git a/mmgen/proto/btc/tx/__init__.py b/mmgen/proto/btc/tx/__init__.py old mode 100755 new mode 100644 diff --git a/mmgen/proto/etc/__init__.py b/mmgen/proto/etc/__init__.py old mode 100755 new mode 100644 diff --git a/mmgen/proto/eth/__init__.py b/mmgen/proto/eth/__init__.py old mode 100755 new mode 100644 diff --git a/mmgen/proto/eth/pyethereum/__init__.py b/mmgen/proto/eth/pyethereum/__init__.py old mode 100755 new mode 100644 diff --git a/mmgen/proto/eth/tw/__init__.py b/mmgen/proto/eth/tw/__init__.py old mode 100755 new mode 100644 diff --git a/mmgen/proto/eth/tx/__init__.py b/mmgen/proto/eth/tx/__init__.py old mode 100755 new mode 100644 diff --git a/mmgen/proto/ltc/__init__.py b/mmgen/proto/ltc/__init__.py old mode 100755 new mode 100644 diff --git a/mmgen/proto/secp256k1/__init__.py b/mmgen/proto/secp256k1/__init__.py old mode 100755 new mode 100644 diff --git a/mmgen/proto/xmr/__init__.py b/mmgen/proto/xmr/__init__.py old mode 100755 new mode 100644 diff --git a/mmgen/proto/zec/__init__.py b/mmgen/proto/zec/__init__.py old mode 100755 new mode 100644 diff --git a/mmgen/tool/__init__.py b/mmgen/tool/__init__.py old mode 100755 new mode 100644 diff --git a/mmgen/tw/__init__.py b/mmgen/tw/__init__.py old mode 100755 new mode 100644 diff --git a/mmgen/wordlist/__init__.py b/mmgen/wordlist/__init__.py old mode 100755 new mode 100644 diff --git a/pyproject.toml b/pyproject.toml index 9c1ab84d..37e87217 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,6 @@ ignore = [ "B026", # Star-arg unpacking after a keyword argument is strongly discouraged "BLE001", # Do not catch blind exception: `Exception` "E722", # bare except - "EXE002", # The file is executable but no shebang is present "FURB129", # Instead of calling `readlines()`, iterate over file object directly "FURB157", # Verbose expression in `Decimal` constructor "FURB163", # Prefer `math.log2(state.lanew)` over `math.log` with a redundant base diff --git a/test/__init__.py b/test/__init__.py old mode 100755 new mode 100644 diff --git a/test/cmdtest_d/___init__.py b/test/cmdtest_d/___init__.py old mode 100755 new mode 100644 diff --git a/test/include/__init__.py b/test/include/__init__.py old mode 100755 new mode 100644 diff --git a/test/objattrtest_d/__init__.py b/test/objattrtest_d/__init__.py old mode 100755 new mode 100644 diff --git a/test/objtest_d/__init__.py b/test/objtest_d/__init__.py old mode 100755 new mode 100644 diff --git a/test/overlay/fakemods/mmgen/proto/eth/tx/base.py b/test/overlay/fakemods/mmgen/proto/eth/tx/base.py old mode 100755 new mode 100644 diff --git a/test/overlay/fakemods/mmgen/swap/proto/thorchain/asset.py b/test/overlay/fakemods/mmgen/swap/proto/thorchain/asset.py old mode 100755 new mode 100644 diff --git a/test/overlay/fakemods/mmgen/tx/tx_proxy.py b/test/overlay/fakemods/mmgen/tx/tx_proxy.py old mode 100755 new mode 100644