chore(lint): Take hooks configs out so linting works without pre-commit too (#609)

This commit is contained in:
Lev
2021-12-10 12:31:44 +03:00
committed by GitHub
parent 3171f212ab
commit db7823a2e2
4 changed files with 11 additions and 8 deletions

9
setup.cfg Normal file
View File

@@ -0,0 +1,9 @@
# 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