summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2022-01-31 10:48:16 -0500
committerGitHub <noreply@github.com>2022-01-31 10:48:16 -0500
commit29b5eb6ba9fb652ddd8dd06cdd8f2e80e2098063 (patch)
treeff43e7f2b3e5e5d5ee9007602c3ee173a0471d37 /setup.cfg
parentd19b506ce8c5ee43865b1cead2246fc07cc8902b (diff)
downloadansible-29b5eb6ba9fb652ddd8dd06cdd8f2e80e2098063.tar.gz
updated metadata dump to do full docs dump (#76170)
* minor refactor in other options by pushing common code into functions * consolidate coll_filter * more normalizing loader * dont pass plugin_loader, its global import * Also dump roles and collections * adjusted tests to new err msg * disable namespace filter (unused)
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 873dfa72e1..7e4cb92033 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -58,3 +58,6 @@ scripts =
# ansible-vault = ansible.cli.vault:main
# ansible-connection = ansible.cli.scripts.ansible_connection_cli_stub:main
# ansible-test = ansible_test._util.target.cli.ansible_test_cli_stub:main
+
+[flake8]
+max-line-length = 160