File tree Expand file tree Collapse file tree 2 files changed +3
-16
lines changed Expand file tree Collapse file tree 2 files changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -16,21 +16,10 @@ repos:
16
16
- id : check-executables-have-shebangs
17
17
- id : check-shebang-scripts-are-executable
18
18
19
- - repo : https://github.com/psf/black-pre-commit-mirror
20
- rev : 23.12.1
21
- hooks :
22
- - id : black
23
- language_version : python3
24
-
25
- - repo : https://github.com/adamchainz/blacken-docs
26
- rev : 1.16.0
27
- hooks :
28
- - id : blacken-docs
29
- additional_dependencies : [black==23.9.1]
30
-
31
19
- repo : https://github.com/astral-sh/ruff-pre-commit
32
- rev : v0.1.9
20
+ rev : v0.3.4
33
21
hooks :
22
+ - id : ruff-format
34
23
- id : ruff
35
24
args : [--fix]
36
25
Original file line number Diff line number Diff line change 13
13
/ 255.0
14
14
)
15
15
_kamae_grn = (
16
- np .minimum (
17
- 255 , 70.0 * np .sin (8.7 * (_vs ** 1.26 ) - 2.418 ) + 151.7 * _vs ** 0.5 + 70.0
18
- )
16
+ np .minimum (255 , 70.0 * np .sin (8.7 * (_vs ** 1.26 ) - 2.418 ) + 151.7 * _vs ** 0.5 + 70.0 )
19
17
/ 255.0
20
18
)
21
19
_kamae_blu = (
You can’t perform that action at this time.
0 commit comments