mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
10 lines
202 B
INI
10 lines
202 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 = build/bench/Dockerfile
|