We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dae9f8 commit c0c7ed6Copy full SHA for c0c7ed6
1 file changed
redis/synth.py
@@ -23,8 +23,9 @@
23
gapic = gcp.GAPICGenerator()
24
common = gcp.CommonTemplates()
25
excludes = [
26
+ 'README.rst',
27
'setup.py',
- 'nox.py',
28
+ 'nox*.py',
29
'docs/conf.py',
30
'docs/index.rst',
31
]
0 commit comments