Skip to content

Commit a39abb9

Browse files
committed
Use correct syntax for pycodestyle
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent b623dd5 commit a39abb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vulnerabilities/tests/test_basics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_codestyle(self):
3939
"test_suse.py,test_data_source.py "
4040
"--max-line-length=100 "
4141
# Skip default and E252, triggered when using black-like style
42-
"--ignore=E121,E123,E126,E226,E24,E704,W503,W504,E252"
42+
"--ignore=E121,E123,E126,E226,E24,E704,W503,W504,E252 "
4343
"vulnerablecode vulnerabilities"
4444
)
4545
try:

0 commit comments

Comments
 (0)