Skip to content

Commit

Permalink
test: fix ruff setup (used wrong path)
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Oct 1, 2024
1 parent 0547499 commit 45d3753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ quote-style = "single"
"N802",
]
# permit relative import in subpackage root
"datalad_core/*/__init__.py" = ["TID252"]
"datalad_next/*/__init__.py" = ["TID252"]

[tool.commitizen]
name = "cz_customize"
Expand Down

0 comments on commit 45d3753

Please sign in to comment.