Skip to content

Commit

Permalink
ignore __init__ in linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sharktamer committed Mar 27, 2019
1 parent 83725c7 commit 81d9c2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ lint: ## check style with flake8
flake8 poku tests

test: ## run tests quickly with the default Python
py.test
python -m pytest

test-all: ## run tests on every Python version with tox
tox
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ replace = __version__ = '{new_version}'
universal = 1

[flake8]
exclude = docs
exclude = docs, poku/__init__.py

[aliases]
# Define setup.py command aliases here
Expand Down

0 comments on commit 81d9c2a

Please sign in to comment.