forked from ARM-DOE/ACT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
31 lines (28 loc) · 710 Bytes
/
setup.cfg
File metadata and controls
31 lines (28 loc) · 710 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
25
26
27
28
29
30
31
[flake8]
exclude = act/io/armfiles.py docs *__init__.py* setup.cfg
ignore = E203,E266,E501,W503,E722,E402,C901,E731,F401
max-line-length = 100
max-complexity = 18
extend-exclude = act/io/armfiles.py docs *__init__.py*
extend-ignore = E203,E266,E501,W503,E722,E402,C901,E731,F401
[isort]
profile = black
known_first_party=act
known_third_party=
multi_line_output=3
include_trailing_comma=True
force_grid_wrap=0
combine_as_imports=True
line_length=100
skip=
docs/source/conf.py
setup.py
act/io/armfiles.py
[tool:pytest]
addopts = --cov=./ --cov-report=xml --verbose
[versioneer]
VCS = git
style = pep440-post
versionfile_source = act/_version.py
versionfile_build = act/_version.py
tag_prefix = v