Commit 7dfe5ac
authored
chore: leverage .openapi-generator-ignore in python client generation (#82)
This PR uses the `.openapi-generator-ignore` file for the Python client
generation, instead of running manual `rm` commands afterwards. The
OpenAPI generator for the Python client requires the ignore file to be
in the output directory.
However, the generation metadata `.openapi-generator/` is something that
can't be skipped in the python client generation, but there are some
open PRs to address this across all clients which seem to have been open
for a while now. For example:
OpenAPITools/openapi-generator#15770.1 parent 003912f commit 7dfe5ac
2 files changed
Lines changed: 13 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 23 | + | |
| 24 | + | |
36 | 25 | | |
37 | 26 | | |
38 | 27 | | |
| |||
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments