Skip to content

Commit

Permalink
Merge ddce1b0 into 3cb3a20
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Jan 20, 2024
2 parents 3cb3a20 + ddce1b0 commit fb94b1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruff.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[lint]
extend-select = ["B", "I", "PGH", "TRY", "UP"]
extend-select = ["B", "I", "PGH", "RUF100", "TRY", "UP"]
ignore = ["TRY003"]

[lint.isort]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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 fb94b1e

Please sign in to comment.