Commit 708e0a9 1 parent 35866be commit 708e0a9 Copy full SHA for 708e0a9
File tree 5 files changed +20
-4
lines changed
5 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"template" : " https://github.com/iterative/py-template" ,
3
- "commit" : " ff752e7a4b071b9bdbaf37dfd8bd6546a21be2cc " ,
3
+ "commit" : " f8dfd9b9f92abf2c1061d34399d7215df09184ca " ,
4
4
"context" : {
5
5
"cookiecutter" : {
6
6
"project_name" : " dvc-task" ,
Original file line number Diff line number Diff line change @@ -7,10 +7,23 @@ updates:
7
7
interval : " weekly"
8
8
labels :
9
9
- " maintenance"
10
+ # Update via cruft
11
+ ignore :
12
+ - dependency-name : " mkdocs*"
13
+ - dependency-name : " pytest*"
14
+ - dependency-name : " pylint"
15
+ - dependency-name : " mypy"
10
16
11
17
- directory : " /"
12
18
package-ecosystem : " github-actions"
13
19
schedule :
14
20
interval : " weekly"
15
21
labels :
16
22
- " maintenance"
23
+ # Update via cruft
24
+ ignore :
25
+ - dependency-name : " actions/checkout"
26
+ - dependency-name : " actions/setup-python"
27
+ - dependency-name : " pypa/gh-action-pypi-publish"
28
+ - dependency-name : " codecov/codecov-action"
29
+ - dependency-name : " peter-evans/create-pull-request"
Original file line number Diff line number Diff line change 4
4
release :
5
5
types : [published]
6
6
7
+ workflow_dispatch :
8
+
7
9
env :
8
10
FORCE_COLOR : " 1"
9
11
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- main
7
- pull_request : {}
7
+ pull_request :
8
+ workflow_dispatch :
8
9
9
10
env :
10
11
FORCE_COLOR : " 1"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ install_requires=
34
34
docs =
35
35
mkdocs ==1.3.0
36
36
mkdocs-gen-files ==0.3.4
37
- mkdocs-material ==8.3.2
37
+ mkdocs-material ==8.2.15
38
38
mkdocs-section-index ==0.3.4
39
39
mkdocstrings-python ==0.7.0
40
40
tests =
@@ -44,7 +44,7 @@ tests =
44
44
pytest-cov ==3.0.0
45
45
pytest-mock ==3.7.0
46
46
pylint ==2.13.9
47
- mypy ==0.961
47
+ mypy ==0.950
48
48
pytest-test-utils>=0.0.6
49
49
pytest-celery
50
50
celery-types>=0.11.0
You can’t perform that action at this time.
0 commit comments