xref: /xnu-10063.141.1/tools/lldbmacros/tox.ini (revision d8b80295118ef25ac3a784134bcf95cd8e88109f)
1*d8b80295SApple OSS Distributions[tox]
2*d8b80295SApple OSS Distributionsisolated_build = true
3*d8b80295SApple OSS Distributionsenvlist = lint
4*d8b80295SApple OSS Distributionssetupdir = python
5*d8b80295SApple OSS Distributions
6*d8b80295SApple OSS Distributions[testenv:lint]
7*d8b80295SApple OSS Distributionsallowlist_externals = /usr/bin/env
8*d8b80295SApple OSS Distributionsdescription = lint Python source code
9*d8b80295SApple OSS Distributionsdeps =
10*d8b80295SApple OSS Distributions    ruff
11*d8b80295SApple OSS Distributions# Just opt-in a single macro library for now.
12*d8b80295SApple OSS Distributionscommands =
13*d8b80295SApple OSS Distributions    /usr/bin/env CDTE_LINT=ruff {envbindir}/python -m ruff check recount.py
14