summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/postgresql/.flake8
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/community/postgresql/.flake8')
-rw-r--r--ansible_collections/community/postgresql/.flake87
1 files changed, 7 insertions, 0 deletions
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