Skip to content

Commit 447fda6

Browse files
committed
exclude .git dir from flake8
1 parent 32939bf commit 447fda6

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
@@ -26,6 +26,7 @@ exclude =
2626
library-asm/,
2727
parsetab/,
2828
scratch/,
29+
.git/
2930

3031
[testenv:flake8]
3132
deps = flake8

0 commit comments

Comments
 (0)