File tree 2 files changed +4
-5
lines changed 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/psf/black
3
- rev : 22 .3.0
3
+ rev : 23 .3.0
4
4
hooks :
5
5
- id : black
6
6
- repo : https://github.com/pycqa/flake8
7
- rev : 4 .0.1
7
+ rev : 6 .0.0
8
8
hooks :
9
9
- id : flake8
10
10
- repo : https://github.com/pycqa/isort
11
- rev : 5.10.1
11
+ rev : 5.12.0
12
12
hooks :
13
13
- id : isort
14
14
name : isort (python)
15
15
- repo : https://github.com/pre-commit/mirrors-mypy
16
- rev : ' v0.961 '
16
+ rev : ' v1.1.1 '
17
17
hooks :
18
18
- id : mypy
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ def test_triples_exist(self) -> None:
28
28
source_directory : str = "./output"
29
29
for file in os .listdir (source_directory ):
30
30
if file .endswith (".json" ) or file .endswith (".jsonld" ):
31
-
32
31
# Parse the graph to count the number of triples and make sure they
33
32
# both contain at least one triple
34
33
g : Graph = Graph ()
You can’t perform that action at this time.
0 commit comments