Skip to content

Commit a472144

Browse files
committed
Exclude venv/ from flake8 linting
1 parent 3431453 commit a472144

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ exclude =
2929
src/parsetab/,
3030
src/ply/,
3131
scratch/,
32+
venv/,
3233
.git/
3334

3435
[testenv:flake8]

0 commit comments

Comments
 (0)