Browse Source

Ignore tags, and ignore flake8 E731

pull/345/head
Simon Conseil 8 years ago
parent
commit
1ba600cef5
  1. 3
      .gitignore
  2. 3
      setup.cfg

3
.gitignore vendored

@ -3,6 +3,7 @@
*.pyc
*_flymake
.coverage
.DS_Store
.pytest_cache/
.ropeproject/
.tox/
@ -13,4 +14,4 @@ dist/
docs/_build
htmlcov/
output/
.DS_Store
tags

3
setup.cfg

@ -6,3 +6,6 @@ ignore =
.coveragerc
tests
readthedocs.yml
[flake8]
ignore = E731

Loading…
Cancel
Save