Commit 1fcc274
committed
pre-commit: update black, black-docs version
typed-ast is not maintained anymore, and builds with newer python
versions raises:
ast27/Custom/../Include/compile.h:12:12: error: unknown type name ‘PyFutureFeatures’
12 | PyAPI_FUNC(PyFutureFeatures *) PyFuture_FromAST(struct _mod *, const char *);
The minimum black version with 966baaa is 21.4b0,
but due to black-docs min version with the same fix (a24ed2d, 1.13.0),
set as 22.12.0.
Signed-off-by: Jorge Marques <[email protected]>1 parent 67cb1a8 commit 1fcc274
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments