forked from cortex-lab/phy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
44 lines (39 loc) · 772 Bytes
/
setup.cfg
File metadata and controls
44 lines (39 loc) · 772 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
32
33
34
35
36
37
38
39
40
41
42
43
44
[wheel]
universal = 1
[tool:pytest]
norecursedirs = experimental _*
filterwarnings =
default
ignore::DeprecationWarning:.*
ignore:numpy.ufunc
[flake8]
ignore=E265,E731,E741,W504,W605
max-line-length=99
[coverage:run]
branch = False
source = phy
omit =
*/phy/ext/*
*/phy/utils/tempdir.py
*/default_settings.py
[coverage:report]
exclude_lines =
pragma: no cover
raise AssertionError
raise NotImplementedError
pass
continue
qtbot.stop()
_in_travis():
_is_high_dpi():
return$
^"""
omit =
*/phy/plot/gloo/*
show_missing = True
[codespell]
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
skip = .git*,*.css,*.min.*
check-hidden = true
# ignore-regex =
ignore-words-list = thist