Skip to content

Commit e6c5111

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
tox.ini: exclude files that grpc toolchain will generate
Add exclusions to the paths that we will be using to store generated source code related to grpc. Signed-off-by: John Mulligan <[email protected]>
1 parent 857bb94 commit e6c5111

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
@@ -55,14 +55,14 @@ description = Check the style/formatting for the source files
5555
deps =
5656
black>=24, <25
5757
commands =
58-
black --check -v .
58+
black --check -v --extend-exclude sambacc/grpc/generated .
5959

6060
[testenv:flake8]
6161
description = Basic python linting for the source files
6262
deps =
6363
flake8
6464
commands =
65-
flake8 sambacc tests
65+
flake8 --exclude sambacc/grpc/generated sambacc tests
6666

6767
[testenv:schemacheck]
6868
description = Check the JSON Schema files are valid

0 commit comments

Comments
 (0)