frappe_docker/setup.cfg
2022-03-16 18:40:38 +03:00

12 lines
243 B
INI

# Config file for isort, codespell and other Python projects.
# In this case it is not used for packaging.
[isort]
profile = black
known_third_party = frappe
[codespell]
skip = images/bench/Dockerfile
[tool:pytest]
addopts = -s --exitfirst