Run codechecks on benchmarks too.

This commit is contained in:
Itamar Turner-Trauring 2023-09-05 12:25:18 -04:00
parent c88c241f5c
commit 496ffcdaa2
2 changed files with 1 additions and 3 deletions

View File

@ -5,10 +5,8 @@ The number of nodes is parameterized via a --number-of-nodes CLI option added
to pytest.
"""
from os.path import abspath
from shutil import which, rmtree
from tempfile import mkdtemp
from pathlib import Path
from contextlib import contextmanager
from time import time

View File

@ -109,7 +109,7 @@ passenv = HOME
setenv =
# If no positional arguments are given, try to run the checks on the
# entire codebase, including various pieces of supporting code.
DEFAULT_FILES=src integration static misc setup.py
DEFAULT_FILES=src integration benchmarks static misc setup.py
commands =
ruff check {posargs:{env:DEFAULT_FILES}}
python misc/coding_tools/check-umids.py {posargs:{env:DEFAULT_FILES}}