Skip to content

Commit 75fbb1d

Browse files
committed
Fix lint error
1 parent 222e75c commit 75fbb1d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

pymare/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
def _py367_deprecation_warning():
2222
"""Deprecation warnings message.
23+
2324
Notes
2425
-----
2526
Adapted from NiMARE.
@@ -34,6 +35,7 @@ def _py367_deprecation_warning():
3435

3536
def _python_deprecation_warnings():
3637
"""Raise deprecation warnings.
38+
3739
Notes
3840
-----
3941
Adapted from NiMARE.

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,7 @@ max-line-length = 99
9797
exclude=*build/,_version.py
9898
putty-ignore =
9999
*/__init__.py : +F401
100+
per-file-ignores =
101+
*/__init__.py:D401
100102
ignore = E203,E402,E722,W503
101103
docstring-convention = numpy

0 commit comments

Comments
 (0)