pysim/pySim
Harald Welte 55be7d48ee pylint: construct.py
pySim/construct.py:47:0: W0311: Bad indentation. Found 16 spaces, expected 12 (bad-indentation)
pySim/construct.py:59:0: W0311: Bad indentation. Found 16 spaces, expected 12 (bad-indentation)
pySim/construct.py:82:0: W0311: Bad indentation. Found 16 spaces, expected 12 (bad-indentation)
pySim/construct.py:1:0: C0114: Missing module docstring (missing-module-docstring)
pySim/construct.py:14:0: W0105: String statement has no effect (pointless-string-statement)
pySim/construct.py:178:29: W0613: Unused argument 'instr' (unused-argument)
pySim/construct.py:199:15: C0121: Comparison 'codepoint_prefix == None' should be 'codepoint_prefix is None' (singleton-comparison)
pySim/construct.py:269:15: C0121: Comparison 'v == False' should be 'v is False' if checking for the singleton value False, or 'not v' if testing for falsiness (singleton-comparison)
pySim/construct.py:271:17: C0121: Comparison 'v == True' should be 'v is True' if checking for the singleton value True, or 'v' if testing for truthiness (singleton-comparison)
pySim/construct.py:385:15: C0123: Use isinstance() rather than type() for a typecheck. (unidiomatic-typecheck)
pySim/construct.py:392:15: C0123: Use isinstance() rather than type() for a typecheck. (unidiomatic-typecheck)
pySim/construct.py:408:11: C0123: Use isinstance() rather than type() for a typecheck. (unidiomatic-typecheck)
pySim/construct.py:421:7: R1701: Consider merging these isinstance calls to isinstance(c, (Container, dict)) (consider-merging-isinstance)
pySim/construct.py:444:11: R1729: Use a generator instead 'all(v == 255 for v in raw_bin_data)' (use-a-generator)
pySim/construct.py:434:81: W0613: Unused argument 'exclude_prefix' (unused-argument)
pySim/construct.py:544:12: W0707: Consider explicitly re-raising using 'raise IntegerError(str(e), path=path) from e' (raise-missing-from)
pySim/construct.py:561:8: R1731: Consider using 'nbytes = max(nbytes, minlen)' instead of unnecessary if block (consider-using-max-builtin)
pySim/construct.py:573:12: W0707: Consider explicitly re-raising using 'raise IntegerError(str(e), path=path) from e' (raise-missing-from)
pySim/construct.py:3:0: C0411: standard import "import typing" should be placed before "from construct.lib.containers import Container, ListContainer" (wrong-import-order)
pySim/construct.py:10:0: C0411: third party import "import gsm0338" should be placed before "from pySim.utils import b2h, h2b, swap_nibbles" (wrong-import-order)
pySim/construct.py:11:0: C0411: standard import "import codecs" should be placed before "from construct.lib.containers import Container, ListContainer" (wrong-import-order)
pySim/construct.py:12:0: C0411: standard import "import ipaddress" should be placed before "from construct.lib.containers import Container, ListContainer" (wrong-import-order)
pySim/construct.py:7:0: W0611: Unused BitwisableString imported from construct.core (unused-import)

Change-Id: Ic8a06d65a7bcff9ef399fe4e7e5d82f271c946bb
2024-02-05 17:54:30 +01:00
..
apdu pylint: filesystem.py 2024-02-05 17:51:59 +01:00
apdu_source pylint: apdu_source/pyshark_rspro 2024-02-05 09:53:12 +01:00
esim pylint: esim/saip/oid.py 2024-02-05 09:53:50 +01:00
global_platform pylint: global_platform/scp.py 2024-02-05 09:53:54 +01:00
legacy commands.py: Wrap the transport send_apdu* methods 2024-02-01 12:06:07 +01:00
transport pylint: transport/__init__.py 2024-02-05 09:52:46 +01:00
__init__.py cosmetic: Switch to consistent four-spaces indent; run autopep8 2022-02-11 13:32:58 +01:00
app.py pylint: app.py 2024-02-05 09:51:59 +01:00
ara_m.py pylint: ara_m.py 2024-02-05 11:27:36 +01:00
card_handler.py pylint: card_key_provider.py, card_handler.py, iso7816_4.py, jsonpath.py 2024-02-05 09:44:18 +01:00
card_key_provider.py pylint: card_key_provider.py, card_handler.py, iso7816_4.py, jsonpath.py 2024-02-05 09:44:18 +01:00
cards.py pylint: cards.py 2024-02-05 09:44:53 +01:00
cat.py pylint: cat.py 2024-02-05 09:52:07 +01:00
cdma_ruim.py pylint: cdma_ruim.py 2024-02-05 09:53:59 +01:00
commands.py pylint: commands.py 2024-02-05 12:41:38 +01:00
construct.py pylint: construct.py 2024-02-05 17:54:30 +01:00
euicc.py pylint: pySim/euicc.py 2024-02-05 12:37:54 +01:00
exceptions.py pylint: exceptions.py 2024-02-05 09:44:53 +01:00
filesystem.py pylint: filesystem.py 2024-02-05 17:51:59 +01:00
gsm_r.py pylint: gsm_r.py 2024-02-05 09:52:12 +01:00
gsmtap.py pylint: gsmtap.py 2024-02-05 09:44:53 +01:00
iso7816_4.py pylint: card_key_provider.py, card_handler.py, iso7816_4.py, jsonpath.py 2024-02-05 09:44:18 +01:00
jsonpath.py pylint: card_key_provider.py, card_handler.py, iso7816_4.py, jsonpath.py 2024-02-05 09:44:18 +01:00
ota.py pylint: sms.py 2024-02-05 09:50:47 +01:00
profile.py pylint: profile.py 2024-02-05 09:50:54 +01:00
runtime.py pylint: runtime.py 2024-02-05 11:27:36 +01:00
secure_channel.py Introduce GlobalPlatform SCP02 implementation 2024-02-04 17:42:30 +01:00
sms.py pylint: sms.py 2024-02-05 09:50:47 +01:00
sysmocom_sja2.py pylint: sysmocom_sja2.py 2024-02-05 09:55:43 +01:00
tlv.py pylint: tlv.py 2024-02-05 17:54:30 +01:00
ts_31_102.py pylint: ts_31_102.py 2024-02-05 09:55:50 +01:00
ts_31_102_telecom.py pylint: ts_31_102_telecom.py 2024-02-05 09:51:00 +01:00
ts_31_103.py Be more conservative in our imports 2024-02-04 21:27:00 +01:00
ts_31_104.py filesystem: add flag to tell whether an ADF supports an FS or not 2023-12-05 17:37:36 +00:00
ts_51_011.py Constrain user input to hex-string in argparse 2024-01-12 10:02:54 +01:00
ts_102_221.py pylint: ts_102_221.py 2024-02-05 09:56:02 +01:00
ts_102_222.py pylint: ts_102_222.py 2024-02-05 17:54:30 +01:00
ts_102_310.py ts_102_310: Add file definitions resembling ETSI TS 102 310 (EAP) 2024-01-04 21:50:38 +01:00
utils.py pylint: utils.py 2024-02-05 17:54:30 +01:00