diff --git a/bin/find_crlf b/bin/find_crlf index 79217c3..011f120 100755 --- a/bin/find_crlf +++ b/bin/find_crlf @@ -4,6 +4,7 @@ EXCLUDES=( "*/node_modules/*" "*/.git/*" "*/__pycache__/*" + "*/venv/*" ) EXCLUDE_PARAMS=()