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 Jul 20, 2023
1 parent 5015d75 commit 69e92f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iris/tests/test_coding_standards.py
Expand Up @@ -115,7 +115,7 @@ def test_python_versions():
f"PY_VER={latest_supported[:1]}.{latest_supported[1:]}",
),
(benchmark_runner_file, f'python_version = "{latest_supported}"'),
(tox_config_file, '[testenv:py{' + ','.join(all_supported)+ '}-'),
(tox_config_file, "[testenv:py{" + ",".join(all_supported) + "}-"),
]

for ver in all_supported:
Expand Down

0 comments on commit 69e92f8

Please sign in to comment.