Skip to content

Commit 5d7984d

Browse files
committed
Run pre-commit.
1 parent 56e70ec commit 5d7984d

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,3 @@ jobs:
103103
tag_name: "${{ github.ref }}",
104104
generate_release_notes: true
105105
});
106-

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import importlib.metadata
22
import re
33

4-
54
project = "jsonschema-specifications"
65
author = "Julian Berman"
76
copyright = f"2022, {author}"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
def test_it_imports():
2-
import jsonschema_specifications
2+
import jsonschema_specifications # noqa: F401

0 commit comments

Comments
 (0)