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

Tests #79

Merged
merged 2 commits into from
Nov 12, 2023
Merged

Tests #79

merged 2 commits into from
Nov 12, 2023

Conversation

willtheorangeguy
Copy link
Member

Describe the Pull Request

Add tests for all Python files

@pep8speaks
Copy link

Hello @willtheorangeguy! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 5:80: E501 line too long (84 > 79 characters)

Line 9:1: E402 module level import not at top of file
Line 10:1: E402 module level import not at top of file
Line 10:80: E501 line too long (88 > 79 characters)
Line 12:1: E302 expected 2 blank lines, found 1
Line 19:1: E305 expected 2 blank lines after class or function definition, found 1
Line 20:20: W292 no newline at end of file

Line 9:1: E402 module level import not at top of file
Line 10:1: E402 module level import not at top of file
Line 10:80: E501 line too long (93 > 79 characters)
Line 12:1: E302 expected 2 blank lines, found 1
Line 19:1: E305 expected 2 blank lines after class or function definition, found 1
Line 20:20: W292 no newline at end of file

Line 10:1: E402 module level import not at top of file
Line 11:1: E402 module level import not at top of file
Line 12:1: E402 module level import not at top of file
Line 14:1: E302 expected 2 blank lines, found 1
Line 21:1: E305 expected 2 blank lines after class or function definition, found 1

@willtheorangeguy willtheorangeguy merged commit d62e193 into main Nov 12, 2023
4 of 7 checks passed
deepsource-autofix bot added a commit that referenced this pull request Nov 12, 2023
This commit fixes the style issues introduced in 7474a87 according to the output
from Black.

Details: #79
@github-actions github-actions bot locked and limited conversation to collaborators Nov 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants