Skip to content

Commit 9a0b469

Browse files
authored
Merge pull request #10 from haplo/lint-exclude
Exclude venv and other directories from linters
2 parents 255c326 + 54fd38c commit 9a0b469

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@ dev = isort>=5.0; flake8; pytest; mypy; pytest
2626
[flake8]
2727
max-line-length = 88
2828
ignore = E203
29+
exclude =
30+
.venv
2931

3032
[mypy]
3133
ignore_missing_imports = true
3234

3335
[isort]
3436
profile = black
37+
skip_glob = [".venv"]

0 commit comments

Comments
 (0)