Skip to content

Commit 323e632

Browse files
Apply ruff/flake8-quotes rule Q000
Q000 Double quotes found but single quotes preferred
1 parent 7695c82 commit 323e632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.maint/update_authors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def get_git_lines(fname='line-contributors.txt'):
120120

121121
git_line_summary_path = shutil.which('git-line-summary')
122122
if not git_line_summary_path:
123-
git_line_summary_path = "git summary --dedup-by-email".split(" ")
123+
git_line_summary_path = 'git summary --dedup-by-email'.split(' ')
124124
else:
125125
git_line_summary_path = [git_line_summary_path]
126126

0 commit comments

Comments
 (0)