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):
15
15
def testMethod ():
16
16
if lineno := has_syntax_error ():
17
17
return False , f"de code bevat een syntax error op regel { lineno } "
18
- if has_string (" " ):
18
+ if has_string (" " ):
19
19
return False , "let op dat je geen tabs gebruikt"
20
20
if has_string ("Optional" ):
21
21
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):
15
15
def testMethod ():
16
16
if lineno := has_syntax_error ():
17
17
return False , f"de code bevat een syntax error op regel { lineno } "
18
- if has_string (" " ):
18
+ if has_string (" " ):
19
19
return False , "let op dat je geen tabs gebruikt"
20
20
if has_string ("Optional" ):
21
21
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