Skip to content

Commit

Permalink
style: silence ruff-specific warning
Browse files Browse the repository at this point in the history
RUF003 Comment contains ambiguous `’` (RIGHT SINGLE QUOTATION MARK).
       Did you mean ``` (GRAVE ACCENT)?

Doesn't make much sense, however let's be consistent and use `'`
apostrophes, as in all other code comments.
  • Loading branch information
DimitriPapadopoulos committed Jan 13, 2024
1 parent f496b4e commit 3305c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def setUpModule():
env_vars_that_could_interfere = (
'YAMLLINT_CONFIG_FILE',
'XDG_CONFIG_HOME',
# These variables are used to determine where the users home
# These variables are used to determine where the user's home
# directory is. See
# https://docs.python.org/3/library/os.path.html#os.path.expanduser
'HOME',
Expand Down

0 comments on commit 3305c5e

Please sign in to comment.