-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
45 lines (41 loc) · 1.54 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
[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_gpu/automl/presets/tabular_presets.py:D102
lightautoml_gpu/automl/presets/text_presets.py:D102
lightautoml_gpu/automl/presets/utils.py:D100,D102,D103
lightautoml_gpu/addons/autots/*:D100,D101,D102,D200,D205,D212,D415
lightautoml_gpu/reader/seq.py:D100,D101,D102,D200,D205,D212,D415
lightautoml_gpu/addons/interpretation/*:D100,D101,D102,D200,D205,D212,D415
lightautoml_gpu/addons/utilization/*:D102
lightautoml_gpu/report/report_deco.py:D101,D102,D103,D205,D212,D412,D415
lightautoml_gpu/text/sentence_pooling.py:D102
lightautoml_gpu/utils/*:D101,D102,D103
docs/*:D100,D103
examples/*:D100,D103
tests/*:D100,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