ruff EXE001 (shebang is present but file is not executable)
This commit is contained in:
parent
09aee4b021
commit
ac84dfe13a
10 changed files with 0 additions and 1 deletions
0
mmgen/bip_hd/__init__.py
Normal file → Executable file
0
mmgen/bip_hd/__init__.py
Normal file → Executable file
0
mmgen/bip_hd/chainparams.py
Normal file → Executable file
0
mmgen/bip_hd/chainparams.py
Normal file → Executable file
0
mmgen/contrib/descriptors.py
Normal file → Executable file
0
mmgen/contrib/descriptors.py
Normal file → Executable file
0
mmgen/data/mnemonic.py
Normal file → Executable file
0
mmgen/data/mnemonic.py
Normal file → Executable file
0
mmgen/swap/asset.py
Normal file → Executable file
0
mmgen/swap/asset.py
Normal file → Executable file
0
mmgen/swap/cfg.py
Normal file → Executable file
0
mmgen/swap/cfg.py
Normal file → Executable file
0
mmgen/swap/proto/thorchain/asset.py
Normal file → Executable file
0
mmgen/swap/proto/thorchain/asset.py
Normal file → Executable file
0
mmgen/swap/proto/thorchain/cfg.py
Normal file → Executable file
0
mmgen/swap/proto/thorchain/cfg.py
Normal file → Executable 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
0
test/overlay/__init__.py
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue