[F] A2 P3 Fix "Found pycodestyle (PEP8) style error at line 142"
This commit is contained in:
@@ -290,8 +290,8 @@ if __name__ == '__main__':
|
|||||||
# (Delete the "#" and space before each line.)
|
# (Delete the "#" and space before each line.)
|
||||||
# IMPORTANT: keep this code indented inside the "if __name__ == '__main__'" block
|
# IMPORTANT: keep this code indented inside the "if __name__ == '__main__'" block
|
||||||
# IMPORTANT: Leave this code uncommented when you submit your files.
|
# IMPORTANT: Leave this code uncommented when you submit your files.
|
||||||
# python_ta.check_all(config={
|
python_ta.check_all(config={
|
||||||
# 'extra-imports': ['datetime', 'python_ta.contracts'],
|
'extra-imports': ['datetime', 'python_ta.contracts'],
|
||||||
# 'max-line-length': 100,
|
'max-line-length': 100,
|
||||||
# 'disable': ['R1705', 'R1729']
|
'disable': ['R1705', 'R1729']
|
||||||
# })
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user