From d7463b4ca48fc35f3d86a72343015491cdf20d6a Mon Sep 17 00:00:00 2001 From: Martin Beroiz Date: Thu, 14 Nov 2024 18:24:13 -0800 Subject: [PATCH] Hotfix for style tests --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8d6326b..4542329 100644 --- a/tox.ini +++ b/tox.ini @@ -32,7 +32,7 @@ skip_install = True usedevelop = False deps = flake8 commands = - flake8 --ignore=E203 --max-line-length 90 astroalign.py setup.py tests {posargs} + flake8 --ignore=E203 --max-line-length 90 astroalign.py tests {posargs} [testenv:docstyle]