Skip to content

Commit

Permalink
ci: let pylint ignore code duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
Don-Felice committed Feb 19, 2024
1 parent f5d0bef commit d189a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ source = ['clifs']
exclude_lines = ["no cov", "if __name__ == .__main__.:", "if TYPE_CHECKING:"]

[tool.pylint.'MESSAGES CONTROL']
disable = "missing-function-docstring"
disable = ["missing-function-docstring", "duplicate-code"]

[tool.ruff]
extend-select = [
Expand Down

0 comments on commit d189a71

Please sign in to comment.