diff --git a/.commitlintrc.json b/.commitlintrc.json index 54a75fc6..84d6addf 100644 --- a/.commitlintrc.json +++ b/.commitlintrc.json @@ -26,7 +26,8 @@ "managed-data", "feature-flags", "cli", - "docs" + "docs", + "infra" ] ] } diff --git a/pyproject.toml b/pyproject.toml index 87883f66..1dad5c2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,17 +58,12 @@ include = [ "**/src/**/*.py", "**/tests/**/*.py", ] -exclude = [ - "**/template/**", -] + [tool.ruff.lint] ignore = ["E203", "E266", "E501"] -exclude = [ - "bench-software-blueprints/**/tests/**", - "notebooks/**/tests/**", -] + [tool.ruff.lint.isort]