mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25:09 +00:00
chore(lint): Change exclude in codespell hook
This commit is contained in:
parent
fb07581595
commit
1c9c4bd780
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ repos:
|
||||||
rev: v2.1.0
|
rev: v2.1.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: codespell
|
- id: codespell
|
||||||
exclude: ".*Dockerfile.*"
|
exclude: "build/bench/Dockerfile"
|
||||||
|
|
||||||
- repo: local
|
- repo: local
|
||||||
hooks:
|
hooks:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue