File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,3 @@ comment:
15
15
layout : " diff, flags, files"
16
16
behavior : once
17
17
require_base : false
18
-
19
- fixes :
20
- - " /spatialdata-plot/spatialdata-plot/::spatialdata-plot/src/spatialdat_plot/"
Original file line number Diff line number Diff line change 70
70
name : plotting-results
71
71
path : /home/runner/work/spatialdata-plot/spatialdata-plot/tests/figures/*
72
72
- name : Upload coverage to Codecov
73
- uses : codecov/codecov-action@v3
73
+ uses : codecov/codecov-action@v4
74
74
with :
75
- token : ${{ secrets.CODECOV_TOKEN }}
76
- fail_ci_if_error : true # optional (default = false)
77
- verbose : true # optional (default = false)
75
+ name : coverage
76
+ verbose : true
77
+ env :
78
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 9
9
skip : []
10
10
repos :
11
11
- repo : https://github.com/psf/black
12
- rev : 24.3.0
12
+ rev : 24.4.2
13
13
hooks :
14
14
- id : black
15
15
- repo : https://github.com/pre-commit/mirrors-prettier
@@ -21,13 +21,13 @@ repos:
21
21
hooks :
22
22
- id : blacken-docs
23
23
- repo : https://github.com/pre-commit/mirrors-mypy
24
- rev : v1.9 .0
24
+ rev : v1.10 .0
25
25
hooks :
26
26
- id : mypy
27
27
additional_dependencies : [numpy, types-requests]
28
28
exclude : tests/|docs/
29
29
- repo : https://github.com/astral-sh/ruff-pre-commit
30
- rev : v0.3 .5
30
+ rev : v0.4 .5
31
31
hooks :
32
32
- id : ruff
33
33
args : [--fix, --exit-non-zero-on-fix]
You can’t perform that action at this time.
0 commit comments