diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9644574..41af163 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: mixed-line-ending - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.12.0 + rev: 26.3.1 hooks: - id: black @@ -19,12 +19,12 @@ repos: additional_dependencies: [pyyaml] - repo: https://github.com/kynan/nbstripout - rev: 0.8.2 + rev: 0.9.1 hooks: - id: nbstripout - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v21.1.8 + rev: v22.1.2 hooks: - id: clang-format diff --git a/tests/python/test_pybind11_numpy_example.py b/tests/python/test_pybind11_numpy_example.py index d8efda6..f35a5fa 100644 --- a/tests/python/test_pybind11_numpy_example.py +++ b/tests/python/test_pybind11_numpy_example.py @@ -2,7 +2,6 @@ import numpy as np import pytest - n_values = [0, 1, 2, 17, 159]