File tree 9 files changed +13
-6
lines changed
9 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
1
"""Contains the main namespace of the package."""
2
+
2
3
from __future__ import annotations
3
4
4
5
try :
Original file line number Diff line number Diff line change 1
1
"""Configures the available backends."""
2
+
2
3
from __future__ import annotations
3
4
4
5
import enum
Original file line number Diff line number Diff line change 1
1
"""Extend the build command."""
2
+
2
3
from __future__ import annotations
3
4
4
5
import click
Original file line number Diff line number Diff line change 1
1
"""Configure pytask."""
2
+
2
3
from __future__ import annotations
3
4
4
5
import enum
Original file line number Diff line number Diff line change 1
1
"""Contains code relevant to the execution."""
2
+
2
3
from __future__ import annotations
3
4
4
5
import inspect
Original file line number Diff line number Diff line change 1
1
"""Contains code relevant to logging."""
2
+
2
3
from __future__ import annotations
3
4
4
5
from pytask import console
Original file line number Diff line number Diff line change 1
1
"""Entry-point for the plugin."""
2
+
2
3
from __future__ import annotations
3
4
4
5
from pluggy import PluginManager
Original file line number Diff line number Diff line change 3
3
{
4
4
"cell_type" : " code" ,
5
5
"execution_count" : null ,
6
- "id" : " 12bc75b1 " ,
6
+ "id" : " 0 " ,
7
7
"metadata" : {},
8
8
"outputs" : [],
9
9
"source" : [
18
18
{
19
19
"cell_type" : " code" ,
20
20
"execution_count" : null ,
21
- "id" : " 29ac7311 " ,
21
+ "id" : " 1 " ,
22
22
"metadata" : {},
23
23
"outputs" : [],
24
24
"source" : [
39
39
{
40
40
"cell_type" : " code" ,
41
41
"execution_count" : null ,
42
- "id" : " 738c9418 " ,
42
+ "id" : " 2 " ,
43
43
"metadata" : {},
44
44
"outputs" : [],
45
45
"source" : [
Original file line number Diff line number Diff line change 3
3
{
4
4
"cell_type" : " code" ,
5
5
"execution_count" : null ,
6
- "id" : " 12bc75b1 " ,
6
+ "id" : " 0 " ,
7
7
"metadata" : {},
8
8
"outputs" : [],
9
9
"source" : [
18
18
{
19
19
"cell_type" : " code" ,
20
20
"execution_count" : null ,
21
- "id" : " 29ac7311 " ,
21
+ "id" : " 1 " ,
22
22
"metadata" : {},
23
23
"outputs" : [],
24
24
"source" : [
39
39
{
40
40
"cell_type" : " code" ,
41
41
"execution_count" : null ,
42
- "id" : " 738c9418 " ,
42
+ "id" : " 2 " ,
43
43
"metadata" : {},
44
44
"outputs" : [],
45
45
"source" : [
You can’t perform that action at this time.
0 commit comments