1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-05-02 04:24:02 -04:00

added ruff to tox

This commit is contained in:
Walter Boring 2026-02-05 17:11:40 -05:00
parent c62d0545c6
commit 8b500ac5f1

View File

@ -3,7 +3,7 @@ minversion = 4.30.0
skipdist = True
skip_missing_interpreters = true
envlist = lint,py{311,312,313,314}
requires = tox-uv
requires = tox-uv, ruff
# Activate isolated build environment. tox will use a virtual environment
# to build a source distribution from the source tree. For build tools and