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

avaframeExportUpdate #5

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

avaframeExportUpdate #5

wants to merge 3 commits into from

Conversation

decnet100
Copy link

No description provided.

@pep8speaks
Copy link

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

Line 11:8: E225 missing whitespace around operator
Line 11:24: E231 missing whitespace after ','
Line 76:1: E302 expected 2 blank lines, found 1
Line 77:5: E265 block comment should start with '# '
Line 77:80: E501 line too long (99 > 79 characters)
Line 78:5: E265 block comment should start with '# '
Line 78:80: E501 line too long (115 > 79 characters)
Line 81:11: E222 multiple spaces after operator
Line 82:42: E261 at least two spaces before inline comment
Line 82:43: E262 inline comment should start with '# '
Line 85:8: E713 test for membership should be 'not in'
Line 89:29: E225 missing whitespace around operator
Line 90:30: E231 missing whitespace after ','
Line 94:1: E302 expected 2 blank lines, found 1
Line 94:20: E231 missing whitespace after ','
Line 95:5: E265 block comment should start with '# '
Line 99:26: E231 missing whitespace after ':'
Line 101:13: E117 over-indented
Line 102:59: E231 missing whitespace after ','
Line 106:80: E501 line too long (204 > 79 characters)
Line 106:174: E225 missing whitespace around operator
Line 112:80: E501 line too long (206 > 79 characters)
Line 112:193: E228 missing whitespace around modulo operator
Line 114:1: E302 expected 2 blank lines, found 1
Line 115:5: E265 block comment should start with '# '
Line 115:80: E501 line too long (94 > 79 characters)
Line 116:5: E265 block comment should start with '# '
Line 178:1: E265 block comment should start with '# '
Line 180:1: E265 block comment should start with '# '
Line 180:80: E501 line too long (112 > 79 characters)
Line 181:1: E265 block comment should start with '# '
Line 181:80: E501 line too long (110 > 79 characters)
Line 184:52: E231 missing whitespace after ','
Line 185:38: E228 missing whitespace around modulo operator
Line 189:1: E265 block comment should start with '# '
Line 190:27: E261 at least two spaces before inline comment
Line 190:80: E501 line too long (152 > 79 characters)
Line 191:24: E261 at least two spaces before inline comment
Line 191:25: E262 inline comment should start with '# '
Line 191:80: E501 line too long (104 > 79 characters)
Line 192:36: E261 at least two spaces before inline comment
Line 192:37: E262 inline comment should start with '# '
Line 192:80: E501 line too long (97 > 79 characters)
Line 196:1: E303 too many blank lines (3)
Line 196:35: E231 missing whitespace after ','
Line 203:31: E231 missing whitespace after ','
Line 203:42: E231 missing whitespace after ','
Line 204:32: E228 missing whitespace around modulo operator
Line 205:68: E228 missing whitespace around modulo operator
Line 205:80: E501 line too long (82 > 79 characters)
Line 207:43: E225 missing whitespace around operator
Line 208:46: E228 missing whitespace around modulo operator
Line 210:1: E722 do not use bare 'except'
Line 211:10: E211 whitespace before '('
Line 211:66: E228 missing whitespace around modulo operator
Line 212:1: E265 block comment should start with '# '
Line 213:8: E225 missing whitespace around operator
Line 213:11: E261 at least two spaces before inline comment
Line 213:12: E262 inline comment should start with '# '
Line 214:10: E225 missing whitespace around operator
Line 214:36: E231 missing whitespace after ','
Line 214:80: E501 line too long (81 > 79 characters)
Line 215:10: E225 missing whitespace around operator
Line 215:36: E231 missing whitespace after ','
Line 215:60: E231 missing whitespace after ','
Line 215:80: E501 line too long (80 > 79 characters)
Line 217:31: E231 missing whitespace after ','
Line 217:42: E231 missing whitespace after ','
Line 219:42: E228 missing whitespace around modulo operator
Line 220:47: E228 missing whitespace around modulo operator
Line 223:1: E722 do not use bare 'except'
Line 224:10: E211 whitespace before '('
Line 224:66: E228 missing whitespace around modulo operator

@fso42 fso42 added the enhancement New feature or request label Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants