Skip to content

Commit

Permalink
ignore pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
PCSwingle committed Jun 15, 2024
1 parent f407818 commit 09c5170
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ dev = [
"pytest",
"pytest-asyncio"
]

[tool.pyright]
ignore = ["tests/sample"]
4 changes: 2 additions & 2 deletions tests/sample/main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from src.interface import parse_arguments, render_response # pyright: ignore
from src.operations import add, divide, multiply, subtract # pyright: ignore
from src.interface import parse_arguments, render_response
from src.operations import add, divide, multiply, subtract


def main():
Expand Down

0 comments on commit 09c5170

Please sign in to comment.