Skip to content

Commit

Permalink
Omit more __init__.py files
Browse files Browse the repository at this point in the history
  • Loading branch information
Martysh12 committed Feb 19, 2023
1 parent 992ac50 commit dda9526
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,13 @@ parallel = true
branch = true
timid = false
source = ["mcproto"]
omit = ["mcproto/packets/abc.py", "mcproto/packets/__init__.py"]
omit = [
"mcproto/packets/abc.py",
"mcproto/packets/__init__.py",
"mcproto/packets/v757/__init__.py",
"mcproto/packets/v757/handshaking/__init__.py",
"mcproto/packets/v757/status/__init__.py",
]

[tool.towncrier]
package = "mcproto"
Expand Down

0 comments on commit dda9526

Please sign in to comment.