pwndbg/pyproject.toml

17 lines
364 B
TOML
Raw Normal View History

2022-08-30 08:53:00 +08:00
[tool.black]
line-length = 100
extend-exclude = "gdb-pt-dump"
2022-08-30 08:53:00 +08:00
[tool.isort]
profile = "black"
force_single_line = true
2022-10-08 10:48:28 +08:00
known_third_party = ["capstone", "unicorn", "psutil", "pycparser", "gdb"]
extend_skip_glob = ["gdb-pt-dump/*"]
[tool.coverage.run]
branch = true
parallel = true
disable_warnings = ["module-not-imported"]
source = ["."]
omit = ["ida_script.py"]