File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
exclude : (\.(svg|png|pdf)$)|(CODE_OF_CONDUCT.md)
30
30
31
31
- repo : https://github.com/astral-sh/ruff-pre-commit
32
- rev : v0.9.6
32
+ rev : v0.11.4
33
33
hooks :
34
34
- id : ruff
35
35
args : [--fix, --exit-non-zero-on-fix, --show-fixes]
48
48
files : tests/.*
49
49
50
50
- repo : https://github.com/tox-dev/pyproject-fmt
51
- rev : v2.5.0
51
+ rev : v2.5.1
52
52
hooks :
53
53
- id : pyproject-fmt
54
54
args : [--keep-full-version, --no-print-diff]
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ def _select_frames(
184
184
# add transition frames
185
185
frames .extend (
186
186
[
187
- int ( round (easing_function (x ) * iterations ) )
187
+ round (easing_function (x ) * iterations )
188
188
for x in np .arange (0 , 1 , 1 / (self .num_frames - freeze_for // 2 ))
189
189
]
190
190
)
You can’t perform that action at this time.
0 commit comments