Ignore tags, and ignore flake8 E731

This commit is contained in:
Simon Conseil
2018-10-04 22:34:07 +02:00
parent daa85c73fc
commit 1ba600cef5
2 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View File

@@ -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

View File

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