Skip to content

Commit 5c3665a

Browse files
committed
Merge remote-tracking branch 'poldracklab/master' into sbref
2 parents 52d1266 + 6a4dba8 commit 5c3665a

File tree

2 files changed

+20
-19
lines changed

2 files changed

+20
-19
lines changed

setup.cfg

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,23 @@ versionfile_source = niworkflows/_version.py
9292
versionfile_build = niworkflows/_version.py
9393
tag_prefix =
9494
parentdir_prefix =
95+
96+
[flake8]
97+
max-line-length = 99
98+
doctests = False
99+
exclude=*build/
100+
per-file-ignores =
101+
**/__init__.py : F401
102+
docs/conf.py : E265
103+
104+
[pytest]
105+
norecursedirs = .git
106+
addopts = -svx --doctest-modules
107+
doctest_optionflags = ALLOW_UNICODE NORMALIZE_WHITESPACE
108+
env =
109+
PYTHONHASHSEED=0
110+
filterwarnings =
111+
ignore::DeprecationWarning
112+
113+
[coverage:run]
114+
branch = True

tox.ini

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)