Skip to content

Commit 7a0e35c

Browse files
chore: add more qlty ignores
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 3fa49f9 commit 7a0e35c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.qlty/qlty.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ exclude_patterns = [
2626
"**/*.min.js",
2727
"**/*.min.css",
2828
".git/**",
29+
".venv/**",
30+
"venv/**",
31+
".tox/**",
32+
".mypy_cache/**",
33+
"**/__pycache__/**",
2934
]
3035

3136
# Code Smells Configuration

0 commit comments

Comments
 (0)