forked from scikit-learn-contrib/hiclass
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
29 lines (23 loc) · 663 Bytes
/
Copy pathsetup.cfg
File metadata and controls
29 lines (23 loc) · 663 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
[tool:pytest]
testpaths=hiclass tests
addopts = --disable-warnings
--color=yes
--ignore=hiclass/_version.py,
[flake8]
ignore = E203, E266, E501, W503, F403, F401
max-line-length = 120
exclude = **/__init__.py, docs/source/conf.py
;per-file-ignores =
;file.py: error
[requires]
python_version = ">=3.9,<3.13"
# See the docstring in versioneer.py for instructions. Note that you must
# re-run 'versioneer.py setup' after changing this section, and commit the
# resulting files.
[versioneer]
VCS = git
style = pep440
versionfile_source = hiclass/_version.py
versionfile_build = hiclass/_version.py
tag_prefix =
parentdir_prefix = hiclass-