We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ff2c5 commit fded9fdCopy full SHA for fded9fd
1 file changed
pyproject.toml
@@ -86,7 +86,6 @@ fixable = ["ALL"]
86
unfixable = []
87
88
[tool.ruff.lint.flake8-tidy-imports.banned-api]
89
-"niwrap_helper.bids_path".msg = "Prefer rbc.core.bids.bids_path / rbc.core.bids.bids_name"
90
"bids2table.format_bids_path".msg = "Prefer rbc.core.bids.bids_path / rbc.core.bids.bids_name"
91
"bids2table.parse_bids_entities".msg = "Prefer rbc.core.bids.parse_bids_name"
92
"types.SimpleNamespace".msg = "Prefer NamedTuple"
0 commit comments