File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22# See https://pre-commit.com/hooks.html for more hooks
33repos :
44- repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v4.6 .0
5+ rev : v5.0 .0
66 hooks :
77 - id : check-ast
88 - id : check-builtin-literals
@@ -19,13 +19,13 @@ repos:
1919 - id : trailing-whitespace
2020 exclude : ' .*\.patch'
2121- repo : https://github.com/psf/black
22- rev : 24.8 .0
22+ rev : 24.10 .0
2323 hooks :
2424 - id : black
2525 args : ["--line-length", "80"]
2626 language_version : python3
2727- repo : https://github.com/PyCQA/bandit
28- rev : ' 1.7.9 '
28+ rev : ' 1.7.10 '
2929 hooks :
3030 - id : bandit
3131 args : ["-c", ".bandit.yml"]
Original file line number Diff line number Diff line change 33
44import numpy
55import pytest
6- from mpi4py import MPI
76from utils import device , runAndCompare
87
98import sharpy as sp
9+ from mpi4py import MPI
1010
1111
1212class TestManip :
Original file line number Diff line number Diff line change 11import numpy as np
22import pytest
3- from mpi4py import MPI
43from utils import device
54
65import sharpy as sp
6+ from mpi4py import MPI
77from sharpy import _sharpy_cw
88
99
You can’t perform that action at this time.
0 commit comments