File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed 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 : 23.11 .0
12
+ rev : 24.3 .0
13
13
hooks :
14
14
- id : black
15
15
- repo : https://github.com/pre-commit/mirrors-prettier
16
- rev : v3.1.0
16
+ rev : v4.0.0-alpha.8
17
17
hooks :
18
18
- id : prettier
19
19
- repo : https://github.com/asottile/blacken-docs
20
20
rev : 1.16.0
21
21
hooks :
22
22
- id : blacken-docs
23
23
- repo : https://github.com/pre-commit/mirrors-mypy
24
- rev : v1.7 .0
24
+ rev : v1.9 .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.1.6
30
+ rev : v0.3.3
31
31
hooks :
32
32
- id : ruff
33
33
args : [--fix, --exit-non-zero-on-fix]
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ def _render_shapes(
132
132
cmap = render_params .cmap_params .cmap ,
133
133
norm = norm ,
134
134
fill_alpha = render_params .fill_alpha ,
135
- outline_alpha = render_params .outline_alpha
135
+ outline_alpha = render_params .outline_alpha ,
136
136
# **kwargs,
137
137
)
138
138
@@ -284,7 +284,7 @@ def _render_points(
284
284
cmap = render_params .cmap_params .cmap ,
285
285
norm = norm ,
286
286
alpha = render_params .alpha ,
287
- transform = trans
287
+ transform = trans ,
288
288
# **kwargs,
289
289
)
290
290
cax = ax .add_collection (_cax )
You can’t perform that action at this time.
0 commit comments