Skip to content

Commit

Permalink
Ignore pep E203 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h authored Mar 14, 2020
1 parent c4bee85 commit 4e213ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
todo:
keyword: "TODO"
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ commands =
whitelist_externals =
bash

# TODO(retr0h): Remove linting once black support docstring
# formatting
[flake8]
max-line-length = 79
format = pylint
Expand All @@ -79,6 +81,7 @@ exclude =
#- [H203] Use assertIs(Not)None to check for None.
#- [H904] Delay string interpolations at logging calls.
enable-extensions = H106,H203,H904
ignore = E203

[pytest]
testpaths = test/
Expand Down

0 comments on commit 4e213ef

Please sign in to comment.