Files
server/usr/lib/python3/dist-packages/ansible_collections/community/postgresql/tox.ini
2026-01-07 20:52:11 +01:00

15 lines
178 B
INI

[tox]
envlist = lint
isolated_build = true
[testenv:lint]
skip_install = true
commands =
flake8 .
codespell
deps =
flake8
codespell
[pycodestyle]
ignore = E226,E302,E71