Skip to content

Commit

Permalink
Merge pull request #9688 from ryanpetrello/fix-busted-collection-pep8
Browse files Browse the repository at this point in the history
fix busted pep8 collection tests

see: psf/black#1841

Reviewed-by: Elijah DeLee <kdelee@redhat.com>
Reviewed-by: Matt Clay <None>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Mar 24, 2021
2 parents 2b965e5 + 9d9b7a2 commit 73cc9e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions awx_collection/tests/sanity/ignore-2.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ plugins/module_utils/tower_legacy.py pylint:super-with-arguments
plugins/module_utils/tower_module.py pylint:super-with-arguments
plugins/module_utils/tower_module.py pylint:raise-missing-from
test/awx/conftest.py pylint:raise-missing-from
plugins/module_utils/tower_api.py pep8:E203
1 change: 1 addition & 0 deletions awx_collection/tests/sanity/ignore-2.11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
plugins/module_utils/tower_api.py pep8:E203
1 change: 1 addition & 0 deletions awx_collection/tests/sanity/ignore-2.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ plugins/module_utils/tower_legacy.py pylint:super-with-arguments
plugins/module_utils/tower_module.py pylint:super-with-arguments
plugins/module_utils/tower_module.py pylint:raise-missing-from
test/awx/conftest.py pylint:raise-missing-from
plugins/module_utils/tower_api.py pep8:E203

0 comments on commit 73cc9e7

Please sign in to comment.