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.
grpc/
1 parent 8f702f0 commit 3a30996Copy full SHA for 3a30996
noxfile.py
@@ -103,7 +103,9 @@ def format(session) -> None:
103
}
104
)
105
106
- lint_paths_py = [f for f in changed_files if f.endswith('.py')]
+ lint_paths_py = [
107
+ f for f in changed_files if f.endswith('.py') and 'grpc/' not in f
108
+ ]
109
110
if not lint_paths_py:
111
session.log('No changed Python files to lint.')
0 commit comments