We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef6848 commit 6e16103Copy full SHA for 6e16103
tox.ini
@@ -3,7 +3,9 @@ envlist = lint, pytest, mypy
3
isolated_build = True
4
5
[testenv:lint]
6
-deps = setuptools ruff
+deps =
7
+ setuptools
8
+ ruff
9
skip_install = true
10
commands = ruff check
11
0 commit comments