mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Use pycodestyle instead of pep8 (#25947)
This commit is contained in:
@@ -321,7 +321,7 @@ def command_sanity_pep8(args, targets):
|
||||
return SanitySkipped(test)
|
||||
|
||||
cmd = [
|
||||
'pep8',
|
||||
'pycodestyle',
|
||||
'--max-line-length', '160',
|
||||
'--config', '/dev/null',
|
||||
'--ignore', ','.join(sorted(current_ignore)),
|
||||
|
||||
Reference in New Issue
Block a user