mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 01:15:56 +08:00
chore: cleanup ineffective linter rules exclusions (#9580)
This commit is contained in:
parent
83b2b8fe60
commit
3f1c84f65a
@ -87,14 +87,6 @@ ignore = [
|
|||||||
"tests/*" = [
|
"tests/*" = [
|
||||||
"F811", # redefined-while-unused
|
"F811", # redefined-while-unused
|
||||||
"F401", # unused-import
|
"F401", # unused-import
|
||||||
"PT001", # missing-function-docstring
|
|
||||||
"PT004", # missing-parameter-docstring
|
|
||||||
]
|
|
||||||
"core/rag/extractor/word_extractor.py" = [
|
|
||||||
"RUF100", # Unused `noqa` directive
|
|
||||||
]
|
|
||||||
"core/tools/provider/builtin/gitlab/tools/gitlab_commits.py" = [
|
|
||||||
"PLR1714", # Consider merging multiple comparisons
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.ruff.lint.pyflakes]
|
[tool.ruff.lint.pyflakes]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user