-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
31 lines (29 loc) · 731 Bytes
/
setup.cfg
File metadata and controls
31 lines (29 loc) · 731 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 = docs
ignore = E203,E266,E501,W503,E722,E402,C901,E731
max-line-length = 100
max-complexity = 18
select = B,C,E,F,W,T4,B9
[isort]
known_first_party=intake_esm
known_third_party=gspread,hypothesis,ipywidgets,numpy,numpy_financial,oauth2client,pandas,pytest,setuptools
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
[mypy-numpy.*]
ignore_missing_imports = True
[mypy-numpy_financial.*]
ignore_missing_imports = True
[mypy-pandas.*]
ignore_missing_imports = True
[mypy-uncertainties.*]
ignore_missing_imports = True
[mypy-ipywidgets.*]
ignore_missing_imports = True
[mypy-pytest.*]
ignore_missing_imports = True