Skip to content

Commit

Permalink
Linters fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wwakabobik committed Sep 14, 2023
1 parent e1bb687 commit 59009c3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[mypy]

[mypy-testrail_api.*]
ignore_missing_imports = True
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ extend-ignore = """

[tool.pylint]
max-line-length = 120

[tool.mypy]

[[tool.mypy.overrides]]
module = "testrail_api.*"
ignore_missing_imports = true

0 comments on commit 59009c3

Please sign in to comment.