Skip to content

Commit

Permalink
Apply ruff/flake8-quotes rule Q000
Browse files Browse the repository at this point in the history
Q000 Double quotes found but single quotes preferred
  • Loading branch information
DimitriPapadopoulos committed Aug 26, 2024
1 parent 467acf7 commit 3f89ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .maint/update_authors.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def get_git_lines(fname='line-contributors.txt'):

git_line_summary_path = shutil.which('git-line-summary')
if not git_line_summary_path:
git_line_summary_path = "git summary --dedup-by-email".split(" ")
git_line_summary_path = 'git summary --dedup-by-email'.split(' ')
else:
git_line_summary_path = [git_line_summary_path]

Expand Down

0 comments on commit 3f89ba3

Please sign in to comment.