From 850833d0276d047c57ff00622b7f89b6fe9312fe Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Tue, 1 Oct 2024 10:28:59 +0100 Subject: [PATCH] Fix linting --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51ab395b..4724c6d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -230,5 +230,5 @@ legacy_tox_ini = """ testenv = {commands = [ "pytest --cov --cov-report=lcov", ], deps = [ - "pytest-cov" + "pytest-cov", ]}