mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-25 19:21:36 +00:00
Run codechecks on benchmarks too.
This commit is contained in:
parent
c88c241f5c
commit
496ffcdaa2
@ -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
|
||||
|
||||
|
2
tox.ini
2
tox.ini
@ -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}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user