ruff EXE002 (file is executable but no shebang is present)

This commit is contained in:
The MMGen Project 2026-08-07 09:37:46 +00:00
commit 915699ec9d
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
33 changed files with 0 additions and 1 deletions

0
mmgen/__init__.py Executable file → Normal file
View file

0
mmgen/altcoin/__init__.py Executable file → Normal file
View file

0
mmgen/contrib/__init__.py Executable file → Normal file
View file

0
mmgen/contrib/ed25519.py Executable file → Normal file
View file

0
mmgen/contrib/ripemd160.py Executable file → Normal file
View file

0
mmgen/platform/__init__.py Executable file → Normal file
View file

0
mmgen/platform/darwin/__init__.py Executable file → Normal file
View file

0
mmgen/proto/__init__.py Executable file → Normal file
View file

0
mmgen/proto/bch/__init__.py Executable file → Normal file
View file

0
mmgen/proto/btc/__init__.py Executable file → Normal file
View file

0
mmgen/proto/btc/tw/__init__.py Executable file → Normal file
View file

0
mmgen/proto/btc/tx/__init__.py Executable file → Normal file
View file

0
mmgen/proto/etc/__init__.py Executable file → Normal file
View file

0
mmgen/proto/eth/__init__.py Executable file → Normal file
View file

0
mmgen/proto/eth/pyethereum/__init__.py Executable file → Normal file
View file

0
mmgen/proto/eth/tw/__init__.py Executable file → Normal file
View file

0
mmgen/proto/eth/tx/__init__.py Executable file → Normal file
View file

0
mmgen/proto/ltc/__init__.py Executable file → Normal file
View file

0
mmgen/proto/secp256k1/__init__.py Executable file → Normal file
View file

0
mmgen/proto/xmr/__init__.py Executable file → Normal file
View file

0
mmgen/proto/zec/__init__.py Executable file → Normal file
View file

0
mmgen/tool/__init__.py Executable file → Normal file
View file

0
mmgen/tw/__init__.py Executable file → Normal file
View file

0
mmgen/wordlist/__init__.py Executable file → Normal file
View file

View file

@ -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

0
test/__init__.py Executable file → Normal file
View file

0
test/cmdtest_d/___init__.py Executable file → Normal file
View file

0
test/include/__init__.py Executable file → Normal file
View file

0
test/objattrtest_d/__init__.py Executable file → Normal file
View file

0
test/objtest_d/__init__.py Executable file → Normal file
View file

0
test/overlay/fakemods/mmgen/proto/eth/tx/base.py Executable file → Normal file
View file

View file

0
test/overlay/fakemods/mmgen/tx/tx_proxy.py Executable file → Normal file
View file