Skip to content

Commit f77f154

Browse files
committed
Fix tox.ini comments
1 parent f456466 commit f77f154

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tox.ini

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ commands =
1515

1616
[coverage:run]
1717
omit =
18-
# Ignore all __main__.py files
19-
*/__main__.py
20-
# Ignore all files in the PEPs folder
21-
peps/*
18+
*/__main__.py # Ignore all __main__.py files
19+
peps/* # Ignore all files in the PEPs folder
2220

2321
[coverage:report]
2422
exclude_also =

0 commit comments

Comments
 (0)