File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def basic_style(test):
1515 def testMethod ():
1616 if lineno := has_syntax_error ():
1717 return False , f"de code bevat een syntax error op regel { lineno } "
18- if has_string (" " ):
18+ if has_string (" " ):
1919 return False , "let op dat je geen tabs gebruikt"
2020 if has_string ("Optional" ):
2121 return False , "let op dat je niet Optional[...] gebruikt als type hint maar ... | None"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def basic_style(test):
1515 def testMethod ():
1616 if lineno := has_syntax_error ():
1717 return False , f"de code bevat een syntax error op regel { lineno } "
18- if has_string (" " ):
18+ if has_string (" " ):
1919 return False , "let op dat je geen tabs gebruikt"
2020 if has_string ("Optional" ):
2121 return False , "let op dat je niet Optional[...] gebruikt als type hint maar ... | None"
You can’t perform that action at this time.
0 commit comments