forked from ionelmc/python-hunter
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
Latest commit
21 lines (19 loc) · 437 Bytes
/
Copy pathsetup.cfg
File metadata and controls
21 lines (19 loc) · 437 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[flake8]
max-line-length = 140
exclude = .tox,.eggs,ci/templates,build,dist,tests,src/hunter/vendor
[tool:pytest]
testpaths =
tests
addopts =
-ra
--strict-markers
--tb=short
[tool:isort]
force_single_line = True
line_length = 120
known_first_party = hunter
default_section = THIRDPARTY
forced_separate = utils
skip = .tox,.eggs,ci/templates,build,dist,src/hunter/vendor
extra_standard_library = opcode
py_version = all