Skip to content

Commit 6ab5da1

Browse files
committed
pre-commit
1 parent ab54863 commit 6ab5da1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

noxfile.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,12 @@ def style(session):
5252
"flake8-tidy-imports",
5353
)
5454
session.run(
55-
"python", "-m", "flake8", str(REFERENCING), str(TESTS), __file__,
55+
"python",
56+
"-m",
57+
"flake8",
58+
str(REFERENCING),
59+
str(TESTS),
60+
__file__,
5661
)
5762

5863

tests/test_integration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
def test_it_imports():
22
import referencing
3+
34
referencing

0 commit comments

Comments
 (0)