fix: resolve CI build failures
This commit is contained in:
@@ -64,8 +64,11 @@ line-length = 100
|
|||||||
target-version = ['py39']
|
target-version = ['py39']
|
||||||
include = '\.pyi?$'
|
include = '\.pyi?$'
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff.lint]
|
||||||
line-length = 100
|
line-length = 100
|
||||||
target-version = "py39"
|
target-version = "py39"
|
||||||
select = ["E", "F", "W", "I", "B", "C4", "UP", "ARG", "SIM"]
|
select = ["E", "F", "W", "I", "B", "C4", "UP", "ARG", "SIM"]
|
||||||
ignore = ["E501", "B008", "C901"]
|
ignore = ["E501", "B008", "C901"]
|
||||||
|
|
||||||
|
[tool.ruff.lint.per-file-ignores]
|
||||||
|
"git_commit_ai/tests/*" = ["ARG", "S"]
|
||||||
|
|||||||
Reference in New Issue
Block a user