File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.6 .0
5
+ rev : v5.0 .0
6
6
hooks :
7
7
- id : check-ast
8
8
- id : check-builtin-literals
@@ -19,13 +19,13 @@ repos:
19
19
- id : trailing-whitespace
20
20
exclude : ' .*\.patch'
21
21
- repo : https://github.com/psf/black
22
- rev : 24.8 .0
22
+ rev : 24.10 .0
23
23
hooks :
24
24
- id : black
25
25
args : ["--line-length", "80"]
26
26
language_version : python3
27
27
- repo : https://github.com/PyCQA/bandit
28
- rev : ' 1.7.9 '
28
+ rev : ' 1.7.10 '
29
29
hooks :
30
30
- id : bandit
31
31
args : ["-c", ".bandit.yml"]
Original file line number Diff line number Diff line change 3
3
4
4
import numpy
5
5
import pytest
6
- from mpi4py import MPI
7
6
from utils import device , runAndCompare
8
7
9
8
import sharpy as sp
9
+ from mpi4py import MPI
10
10
11
11
12
12
class TestManip :
Original file line number Diff line number Diff line change 1
1
import numpy as np
2
2
import pytest
3
- from mpi4py import MPI
4
3
from utils import device
5
4
6
5
import sharpy as sp
6
+ from mpi4py import MPI
7
7
from sharpy import _sharpy_cw
8
8
9
9
You can’t perform that action at this time.
0 commit comments