Skip to content

Commit

Permalink
fix(infra): removed unnecessary things from toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
sg-s committed Apr 11, 2024
1 parent 2afda5f commit 7c7a084
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .commitlintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"managed-data",
"feature-flags",
"cli",
"docs"
"docs",
"infra"
]
]
}
Expand Down
9 changes: 2 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 7c7a084

Please sign in to comment.