mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-16 09:55:26 -07:00
Use pycodestyle instead of pep8 (#25947)
This commit is contained in:
parent
7329a392ff
commit
4b3d6dfa8a
8 changed files with 19 additions and 15 deletions
|
@ -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)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue