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

chore: add test data #1

Merged
merged 1 commit into from
Dec 24, 2024
Merged

chore: add test data #1

merged 1 commit into from
Dec 24, 2024

Conversation

benny123tw
Copy link
Owner

test PR

@benny123tw benny123tw force-pushed the demo branch 5 times, most recently from a017c00 to 35023af Compare December 24, 2024 14:44
@@ -0,0 +1,12 @@
import os, sys # Multiple imports on one line (E401)

Choose a reason for hiding this comment

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

[ruff] <E401> reported by reviewdog 🐶
Multiple imports on one line

Suggested change
import os, sys # Multiple imports on one line (E401)
import os
import sys # Multiple imports on one line (E401)

Comment on lines +1 to +3
import os, sys # Multiple imports on one line (E401)

def foo():

Choose a reason for hiding this comment

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

[ruff] <I001> reported by reviewdog 🐶
Import block is un-sorted or un-formatted

Suggested change
import os, sys # Multiple imports on one line (E401)
def foo():
import os # Multiple imports on one line (E401)
import sys
def foo():

@@ -0,0 +1,12 @@
import os, sys # Multiple imports on one line (E401)

Choose a reason for hiding this comment

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

[ruff] <E401> reported by reviewdog 🐶
Multiple imports on one line

Suggested change
import os, sys # Multiple imports on one line (E401)
import os
import sys # Multiple imports on one line (E401)

Comment on lines +1 to +3
import os, sys # Multiple imports on one line (E401)

def foo():

Choose a reason for hiding this comment

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

[ruff] <I001> reported by reviewdog 🐶
Import block is un-sorted or un-formatted

Suggested change
import os, sys # Multiple imports on one line (E401)
def foo():
import os # Multiple imports on one line (E401)
import sys
def foo():

return x, y

foo()
bar()

Choose a reason for hiding this comment

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

[ruff] <W292> reported by reviewdog 🐶
No newline at end of file

Suggested change
bar()
bar()

return x, y

foo()
bar()

Choose a reason for hiding this comment

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

[ruff] <W292> reported by reviewdog 🐶
No newline at end of file

Suggested change
bar()
bar()

@benny123tw benny123tw merged commit ab0d942 into main Dec 24, 2024
5 checks passed
@benny123tw benny123tw deleted the demo branch December 24, 2024 15:16
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