Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
make flake8 and isort ignore env/ and .venv/ just like .gitignore does
  • Loading branch information
n2ygk committed May 31, 2019
commit bb88ff4be72dac536f6a4effd3a507648f30915c
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ exclude =
migrations,
.eggs
.tox,
env
.venv

[isort]
indent = 4
Expand All @@ -28,6 +30,8 @@ skip=
migrations,
.eggs
.tox,
env
.venv

[coverage:run]
source =
Expand Down