Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Create pyproject.toml" #30

Merged
merged 1 commit into from
May 2, 2022
Merged

Conversation

dciborow
Copy link
Contributor

@dciborow dciborow commented May 2, 2022

Reverts #20

@dciborow dciborow merged commit c321fcb into main May 2, 2022
@@ -0,0 +1,13 @@
def hello_world(i: int = 0) -> str:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [pyright] reported by reviewdog 🐶
Function with declared type of "str" must return value
  Type "None" cannot be assigned to type "str" (reportGeneralTypeIssues)



def hello_goodbye():
hello_world("x")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [pyright] reported by reviewdog 🐶
Argument of type "Literal['x']" cannot be assigned to parameter "i" of type "int" in function "hello_world"
  "Literal['x']" is incompatible with "int" (reportGeneralTypeIssues)


from ai-python-package.hello_world import hello_world
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [pyright] reported by reviewdog 🐶
Expected "import"


from ai-python-package.hello_world import hello_world
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [pyright] reported by reviewdog 🐶
Statements must be separated by newlines or semicolons


from ai-python-package.hello_world import hello_world
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [pyright] reported by reviewdog 🐶
Statements must be separated by newlines or semicolons


from ai-python-package.hello_world import hello_world
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [pyright] reported by reviewdog 🐶
Import "ai" could not be resolved (reportMissingImports)


from ai-python-package.hello_world import hello_world
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [pyright] reported by reviewdog 🐶
Import "hello_world" could not be resolved (reportMissingImports)


from ai-python-package.hello_world import hello_world
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [pyright] reported by reviewdog 🐶
"python" is not defined (reportUndefinedVariable)


from ai-python-package.hello_world import hello_world
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [pyright] reported by reviewdog 🐶
"package" is not defined (reportUndefinedVariable)


from ai-python-package.hello_world import hello_world
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [pyright] reported by reviewdog 🐶
Expression value is unused (reportUnusedExpression)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant