summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2023-09-04 22:15:42 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2023-09-04 22:15:42 +0200
commit98796a2f0d8e5d816dcc5d710ae3a9d5229f5c8d (patch)
tree28f1a1e5b34939e4b137f7bd5e2ecfdfa9f1a09e /tox.ini
parent1fd8b52f6b10557f0681fc9a4235294cefc0b4b3 (diff)
replace flake8 by ruff
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index a4a8b1d75..8dc396d5b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,13 +28,13 @@ passenv = *
passenv = * # needed by tox4, so env vars are visible for building borg
-[testenv:flake8]
+[testenv:ruff]
skip_sdist=true
skip_install=true
changedir =
deps =
- flake8
-commands = flake8 src scripts conftest.py
+ ruff
+commands = ruff check .
[testenv:mypy]
changedir =