Skip to content

Commit

Permalink
exclude some flake8 dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerry Manoim committed Jan 28, 2020
1 parent eb494f4 commit 193a6b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ versionfile_source=alphalens/_version.py
versionfile_build=alphalens/_version.py
tag_prefix= v
parentdir_prefix= alphalens-

[flake8]
exclude =
.git,
__pycache__,
docs,
versioneer.py

0 comments on commit 193a6b7

Please sign in to comment.