-
Notifications
You must be signed in to change notification settings - Fork 169
/
Copy pathsetup.cfg
47 lines (43 loc) · 978 Bytes
/
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
[versioneer]
vcs = git
style = pep440
versionfile_source = dataprofiler/_version.py
versionfile_build = dataprofiler/_version.py
tag_prefix = ""
parentdir_prefix = dataprofiler-
[flake8]
max-line-length = 88
extend-ignore = E203
exclude = versioneer.py, dataprofiler/_version.py
[isort]
multi_line_output=3
skip=dataprofiler/tests/data/,venv/, versioneer.py, dataprofiler/_version.py
profile=black
include_trailing_comma=True
force_grid_wrap=0
use_parentheses=True
line_length=88
[mypy]
warn_return_any = True
warn_unused_configs = True
ignore_missing_imports = True
[check-manifest]
ignore-default-rules=True
ignore =
DataProfiler.egg-info/**
dataprofiler/reports/.mypy_cache/**
dataprofiler/labelers/embeddings/glove-reduced-64D.txt
resources/__pycache__/__init__.cpython**
docs
docs/**
examples/**
PKG-INFO
setup
setup/**
tests/**
.pre-commit-config.yaml
.github/**
.gitignore
Makefile
pylintrc
tox.ini