Skip to content

Commit 694f823

Browse files
committed
fix black settings
ref:9042422 sync: https://proxy.sandbox.yandex-team.ru/2709204228
1 parent 177354a commit 694f823

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ commands =
3838
skip_install = true
3939
deps = black
4040
commands =
41-
black ydb examples tests
41+
black ydb examples tests --extend-exclude ydb/public/api
4242

4343
[testenv:black]
4444
skip_install = true
4545
deps = black
4646
commands =
47-
black --check ydb examples tests
47+
black --check ydb examples tests --extend-exclude ydb/public/api
4848

4949
[testenv:pylint]
5050
deps = pylint

0 commit comments

Comments
 (0)