Skip to content

Commit

Permalink
Update mkinit command
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed May 1, 2024
1 parent 39eee99 commit 4f352c1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,11 @@ docs = "sphinx-autobuild docs build/docs --watch snakebids -W"
script = "scripts.update_bids:main"
[[tool.poe.tasks.update-bids.sequence]]
ref = "mkinit"
[[tool.poe.tasks.update-bids.sequence]]
ref = "fmt"

[[tool.poe.tasks.mkinit.sequence]]
cmd = "mkinit --recursive --nomods --lazy_loader_typed --relative -i snakebids"
[[tool.poe.tasks.mkinit.sequence]]
ref = "sort snakebids/**/__init__.py*"
[[tool.poe.tasks.mkinit.sequence]]
ref = "fmt snakebids/**/__init__.py*"
ref = "fix"

[tool.poe.tasks._get_version]
imports = ["platform"]
Expand Down

0 comments on commit 4f352c1

Please sign in to comment.