mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 08:15:09 +00:00
12 lines
255 B
INI
12 lines
255 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
|