Skip to content

Commit

Permalink
Ignore ./vendor in flake8 and coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhully committed Jan 21, 2019
1 parent 9afd06a commit b99f78c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ omit =
setup.py
gerrychain/__main__.py
gerrychain/_version.py
gerrychain/utm/*
gerrychain/vendor/*
tests/*
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[flake8]
max-line-length = 100
ignore = E122,E123,E126,E127,E128,E731,E722
exclude = build,gerrychain/_version.py,tests,conda.recipe,.git,versioneer.py,benchmarks,.asv,__init__.py
exclude = build,gerrychain/_version.py,tests,conda.recipe,.git,versioneer.py,benchmarks,.asv,__init__.py,gerrychain/vendor/*

[tool:pytest]
norecursedirs= .* *.egg* build dist conda.recipe
Expand Down

0 comments on commit b99f78c

Please sign in to comment.