Skip to content

Commit 68019a9

Browse files
authored
style: fix Ruff 0.8.0 UP031 errors (#88)
1 parent 357d910 commit 68019a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# -- Project information -----------------------------------------------------
2424

2525
project = "dargs"
26-
copyright = "2020-%d, DeepModeling " % date.today().year
26+
copyright = f"2020-{date.today().year}, DeepModeling "
2727
author = "DeepModeling"
2828

2929
# The short X.Y version

0 commit comments

Comments
 (0)