-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
48 lines (44 loc) · 1.7 KB
/
setup.cfg
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[darglint]
docstring_style = google
strictness = short
ignore = DAR401, DAR402
[flake8]
max-line-length = 120
ignore = D104, D105, D107, E402, E203, W503, W605, E722, E501
docstring-convention = google
per-file-ignores =
lightautoml/automl/presets/tabular_presets.py:D102
lightautoml/automl/presets/text_presets.py:D102
lightautoml/automl/presets/utils.py:D100,D102,D103
lightautoml/addons/autots/*:D100,D101,D102,D200,D205,D212,D415
lightautoml/reader/seq.py:D100,D101,D102,D200,D205,D212,D415
lightautoml/addons/interpretation/*:D100,D101,D102,D200,D205,D212,D415
lightautoml/addons/utilization/*:D102
lightautoml/report/report_deco.py:D101,D102,D103,D205,D212,D412,D415
lightautoml/text/sentence_pooling.py:D102
lightautoml/utils/*:D101,D102,D103
lightautoml/addons/hypex/tests/*:D103,D100
lightautoml/addons/hypex/ABTesting/ab_tester.py:D100,D101,D102,D103
lightautoml/addons/hypex/utils/tutorial_data_creation.py:D100
docs/*:D100,D103
examples/*:D100,D103
tests/*:D100,D101,D102,D103
check_docs.py:D100
exclude =
.git
__pycache__
setup.py
build
dist
releases
.venv
.tox
.mypy_cache
.pytest_cache
.vscode
.github
[rstcheck]
ignore_directives=one,two,three
ignore_roles=src,RFC
ignore_messages=(Duplicate implicit target name|Unknown directive type "autoclass".|No directive entry for "autoclass" in module "docutils.parsers.rst.languages.en".|Unknown directive type "automodule".|Unknown directive type "autofunction".|No directive entry for "autofunction" in module "docutils.parsers.rst.languages.en".|No directive entry for "automodule" in module "docutils.parsers.rst.languages.en".)
ignore_language=python