Skip to content

Commit

Permalink
ci: disable pylint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
athith-g committed Jul 3, 2024
1 parent f61df62 commit 45ed35e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ requests = "*"
[tool.poetry.group.lint.dependencies]
ruff = "*"
pylint = "*"

[tool.pylint."MESSAGES CONTROL"]
disable = ["logging-fstring-interpolation"]

0 comments on commit 45ed35e

Please sign in to comment.