Skip to content
Snippets Groups Projects
Unverified Commit a7d6cca5 authored by pre-commit-ci[bot]'s avatar pre-commit-ci[bot] Committed by GitHub
Browse files

[pre-commit.ci] pre-commit autoupdate (#345)

* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 22.12.0 → 23.1.0](https://github.com/psf/black/compare/22.12.0...23.1.0)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci



---------

Co-authored-by: default avatarpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
parent f35c1e32
No related branches found
No related tags found
No related merge requests found
Pipeline #25584 passed with warnings
......@@ -11,7 +11,7 @@ repos:
hooks:
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/cheshirekow/cmake-format-precommit
......
......@@ -15,7 +15,6 @@ from eigen_ref import (
def test_fill_print(mat):
print("print matrix:")
printMatrix(mat)
print("calling fill():")
......
......@@ -4,7 +4,6 @@ import numpy as np
def test_shared(mat):
m_ref = mat.ref()
m_ref.fill(0)
m_copy = mat.copy()
......@@ -26,7 +25,6 @@ def test_shared(mat):
def test_not_shared(mat):
m_ref = mat.ref()
m_ref.fill(100.0)
m_copy = mat.copy()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment