Skip to content

Commit 224971e

Browse files
committed
Merge branches 'drop_python_3_7' and 'run_pre_commit_autoupdate'
Signed-off-by: Alex Nelson <[email protected]>
2 parents bf60ca7 + 7846124 commit 224971e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.3.0
3+
rev: 23.3.0
44
hooks:
55
- id: black
66
- repo: https://github.com/pycqa/flake8
7-
rev: 4.0.1
7+
rev: 6.0.0
88
hooks:
99
- id: flake8
1010
- repo: https://github.com/pycqa/isort
11-
rev: 5.10.1
11+
rev: 5.12.0
1212
hooks:
1313
- id: isort
1414
name: isort (python)
1515
- repo: https://github.com/pre-commit/mirrors-mypy
16-
rev: 'v0.961'
16+
rev: 'v1.1.1'
1717
hooks:
1818
- id: mypy

tests/case_output_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def test_triples_exist(self) -> None:
2828
source_directory: str = "./output"
2929
for file in os.listdir(source_directory):
3030
if file.endswith(".json") or file.endswith(".jsonld"):
31-
3231
# Parse the graph to count the number of triples and make sure they
3332
# both contain at least one triple
3433
g: Graph = Graph()

0 commit comments

Comments
 (0)