summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/postgresql/.flake8
blob: 33b26e792dd57be9b922cd4dfe3d856886c12064 (plain)
1
2
3
4
5
6
7
[flake8]
ignore =
  E203,
  E402,
  E501,
  W503,
max-line-length = 120