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.
2 parents f4fc8eb + e25da8b commit fb4a4b5Copy full SHA for fb4a4b5
test-requirements.txt
@@ -1,5 +1,6 @@
1
attrs==21.2.0
2
bcrypt==3.2.0
3
+black==22.12.0
4
cached-property==1.5.2
5
certifi==2022.12.7
6
cffi==1.14.6
tox.ini
@@ -45,13 +45,11 @@ deps =
45
46
[testenv:black-format]
47
skip_install = true
48
-deps = black
49
commands =
50
black ydb examples tests --extend-exclude ydb/_grpc
51
52
[testenv:black]
53
54
55
56
black --diff --check ydb examples tests --extend-exclude ydb/_grpc
57
0 commit comments