File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
13
13
import os
14
14
import sys
15
- from datetime import datetime
16
15
17
16
from packaging import version as pver # Avoid distutils.LooseVersion which is deprecated
18
17
from sphinx import __version__ as sphinxversion
86
85
# General information about the project.
87
86
project = 'fmriprep'
88
87
author = 'The fMRIPrep developers'
89
- copyright = f'2016-{ datetime . now (). year } , { author } '
88
+ copyright = f'2016-, { author } '
90
89
91
90
# The version info for the project you're documenting, acts as replacement for
92
91
# |version| and |release|, also used in various other places throughout the
Original file line number Diff line number Diff line change @@ -181,6 +181,7 @@ inline-quotes = "single"
181
181
[tool .ruff .extend-per-file-ignores ]
182
182
"*/test_*.py" = [" S101" ]
183
183
"fmriprep/utils/debug.py" = [" A002" , " T100" ]
184
+ "docs/conf.py" = [" A001" ]
184
185
185
186
[tool .ruff .format ]
186
187
quote-style = " single"
You can’t perform that action at this time.
0 commit comments