Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 22, 2024
1 parent 514548d commit 0a54ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/os_chmod_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def test_chmod_get_mode_binop(self, s, expected): # noqa: PLR6301
'S_IREAD | S_IWRITE',
'S_IRUSR | S_IWUSR | S_IXUSR',
],
ids=lambda s: s if s else '<empty>',
ids=lambda s: s or '<empty>',
)
def test_chmod(self, mocker, platform, enabled_platform, fname, arg_type, forbidden, s): # noqa: PLR0917
mocker.patch('platform.system', return_value=platform)
Expand Down

0 comments on commit 0a54ae7

Please sign in to comment.