Skip to content

Commit fe6a3e1

Browse files
committed
bump ruff
1 parent e37140e commit fe6a3e1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

documentation/reference/blendmodes/blend.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def additive(background: np.ndarray, foreground: np.ndarray) -> np.ndarray: ...
150150

151151
## alpha_comp_shell
152152

153-
[Show source in blend.py:626](../../../blendmodes/blend.py#L626)
153+
[Show source in blend.py:631](../../../blendmodes/blend.py#L631)
154154

155155
Implement common transformations occurring in any blend or composite mode.
156156

@@ -170,7 +170,7 @@ def alpha_comp_shell(
170170

171171
## blend
172172

173-
[Show source in blend.py:391](../../../blendmodes/blend.py#L391)
173+
[Show source in blend.py:393](../../../blendmodes/blend.py#L393)
174174

175175
Blend pixels.
176176

@@ -219,7 +219,7 @@ def blend(
219219

220220
## blendLayers
221221

222-
[Show source in blend.py:457](../../../blendmodes/blend.py#L457)
222+
[Show source in blend.py:460](../../../blendmodes/blend.py#L460)
223223

224224
Blend two layers (background, and foreground).
225225

@@ -271,7 +271,7 @@ def blendLayers(
271271

272272
## blendLayersArray
273273

274-
[Show source in blend.py:506](../../../blendmodes/blend.py#L506)
274+
[Show source in blend.py:510](../../../blendmodes/blend.py#L510)
275275

276276
Blend two layers (background, and foreground).
277277

@@ -564,7 +564,7 @@ def hue(background: np.ndarray, foreground: np.ndarray) -> np.ndarray: ...
564564

565565
## imageFloatToInt
566566

567-
[Show source in blend.py:374](../../../blendmodes/blend.py#L374)
567+
[Show source in blend.py:375](../../../blendmodes/blend.py#L375)
568568

569569
Convert a numpy array representing an image to an array of ints.
570570

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ imgcompare = "^2.0.1"
3232
pytest = "^8.0.2"
3333
handsdown = "^2.1.0"
3434
coverage = "^7.4.3"
35-
ruff = "^0.1.13"
35+
ruff = "^0.2.2"
3636
pyright = "^1.1.351"
3737

3838
[build-system]

0 commit comments

Comments
 (0)