summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini11
1 files changed, 2 insertions, 9 deletions
diff --git a/tox.ini b/tox.ini
index 83bf9c2..d13a7b9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -76,15 +76,8 @@ deps = detect-secrets
commands = {envbindir}/detect-secrets scan {toxinidir}
[testenv:style]
-deps =
- flake8
- flake8-broken-line
- flake8-bugbear
- flake8-commas
- flake8-quotes
- flake8-tidy-imports
-commands =
- {envpython} -m flake8 {posargs} {toxinidir}/jsonschema {toxinidir}/docs
+deps = ruff
+commands = {envpython} -m ruff check {toxinidir}
[testenv:typing]
skip_install = true