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 Aug 21, 2022
1 parent 70b4e98 commit 69af9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tox/config/__init__.py
Expand Up @@ -309,7 +309,7 @@ def parseconfig(args, plugins=()):


def get_py_project_toml(path):
with open(str(path), mode='rb') as file_handler:
with open(str(path), mode="rb") as file_handler:
config_data = toml.load(file_handler)
return config_data

Expand Down

0 comments on commit 69af9dd

Please sign in to comment.