File tree
4 files changed
+4
-3
lines changed- end_to_end_tests
- golden-record
- golden-record-custom
- openapi_python_client/templates
4 files changed
+4
-3
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
3 commit comments
bowenwr commentedon Dec 8, 2020
Thanks @dbanty ! Should we also update
target_version = ['py38']
to 36 forblack
?dbanty commentedon Dec 8, 2020
As far as I know there's no difference between the two as far as Black is concerned today... but that's not to say a future version won't be even more opinionated. So I added 36, 37, and 38 to both the project's config and the generated configs.
bowenwr commentedon Dec 8, 2020
Thanks for looking into it and as always for being really responsive and an awesome open source maintainer! 🙌