From 38b7c80217c4e72b1d8988eb1e60bb6e77334114 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 18 Apr 2024 07:52:22 +0200 Subject: Adding upstream version 9.4.0+dfsg. Signed-off-by: Daniel Baumann --- ansible_collections/community/postgresql/.flake8 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ansible_collections/community/postgresql/.flake8 (limited to 'ansible_collections/community/postgresql/.flake8') diff --git a/ansible_collections/community/postgresql/.flake8 b/ansible_collections/community/postgresql/.flake8 new file mode 100644 index 000000000..33b26e792 --- /dev/null +++ b/ansible_collections/community/postgresql/.flake8 @@ -0,0 +1,7 @@ +[flake8] +ignore = + E203, + E402, + E501, + W503, +max-line-length = 120 -- cgit v1.2.3