bin/find_crlf: add */venv/* to excludes

This commit is contained in:
Lexi Stelter 2021-02-25 18:48:53 +01:00
parent 734946a7ab
commit 9b0d9e5744
No known key found for this signature in database
GPG key ID: 67157587E55232FE

View file

@ -4,6 +4,7 @@ EXCLUDES=(
"*/node_modules/*"
"*/.git/*"
"*/__pycache__/*"
"*/venv/*"
)
EXCLUDE_PARAMS=()