Skip to content

Commit c4da27a

Browse files
authored
Merge pull request #50 from ssciwr/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 156e170 + 0105238 commit c4da27a

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: mixed-line-ending
99

1010
- repo: https://github.com/psf/black-pre-commit-mirror
11-
rev: 25.12.0
11+
rev: 26.3.1
1212
hooks:
1313
- id: black
1414

@@ -19,12 +19,12 @@ repos:
1919
additional_dependencies: [pyyaml]
2020

2121
- repo: https://github.com/kynan/nbstripout
22-
rev: 0.8.2
22+
rev: 0.9.1
2323
hooks:
2424
- id: nbstripout
2525

2626
- repo: https://github.com/pre-commit/mirrors-clang-format
27-
rev: v21.1.8
27+
rev: v22.1.2
2828
hooks:
2929
- id: clang-format
3030

tests/python/test_pybind11_numpy_example.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import numpy as np
33
import pytest
44

5-
65
n_values = [0, 1, 2, 17, 159]
76

87

0 commit comments

Comments
 (0)