forked from zeropointdynamics/zelos
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
24 lines (19 loc) · 730 Bytes
/
Copy pathpyproject.toml
File metadata and controls
24 lines (19 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[build-system]
requires = ["setuptools>=40.6.0", "wheel"]
build-backend = "setuptools.build_meta"
[tool.black]
line-length = 79
target-version = ['py36', 'py37', 'py38']
[tool.isort]
atomic=true
force_grid_wrap=0
include_trailing_comma=true
lines_after_imports=2
lines_between_types=1
multi_line_output=3
not_skip="__init__.py"
use_parentheses=true
known_first_party="zelos"
known_third_party=["capstone", "colorama", "configargparse", "dnslib", "filelock", "hypothesis", "ida_kernwin", "idaapi", "idc", "lark", "lief", "mock", "pkg_resources", "pypacker", "pytest", "recommonmark", "setuptools", "sortedcontainers", "sphinx_rtd_theme", "termcolor", "verboselogs", "zebracorn", "zelos"]
[tool.pytest]
junit_family = "xunit2"