ruff EXE001 (shebang is present but file is not executable)

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

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

0
mmgen/bip_hd/chainparams.py Normal file → Executable file
View file

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

0
mmgen/data/mnemonic.py Normal file → Executable file
View file

0
mmgen/swap/asset.py Normal file → Executable file
View file

0
mmgen/swap/cfg.py Normal file → Executable file
View file

0
mmgen/swap/proto/thorchain/asset.py Normal file → Executable file
View file

0
mmgen/swap/proto/thorchain/cfg.py Normal file → Executable file
View file

View file

@ -29,7 +29,6 @@ ignore = [
"E722", # bare except
"E731", # lambda instead of def
"E741", # ambiguous variable name
"EXE001", # Shebang is present but file is not executable
"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

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