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 d2fef11 commit ea01274Copy full SHA for ea01274
format-requirements.txt
@@ -0,0 +1,2 @@
1
+black==23.3.0
2
+isort==5.12.0
tox.ini
@@ -16,9 +16,7 @@ commands = pytest --cov=h11 --cov-config=.coveragerc h11
16
17
[testenv:format]
18
basepython = python3.10
19
-deps =
20
- black
21
- isort
+deps = -r{toxinidir}/format-requirements.txt
22
commands =
23
black --check --diff h11/ bench/ examples/ fuzz/
24
isort --check --diff --profile black --dt h11 bench examples fuzz
0 commit comments