Skip to content

Commit

Permalink
Add flake8-coding
Browse files Browse the repository at this point in the history
  • Loading branch information
mthpower committed Apr 25, 2018
1 parent 749a389 commit 3c9c199
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/linting/requirements.in
Expand Up @@ -13,3 +13,4 @@ flake8-commas
flake8-blind-except
flake8-builtins==1.0
flake8-print
flake8-coding
1 change: 1 addition & 0 deletions scripts/linting/requirements.txt
Expand Up @@ -6,6 +6,7 @@
#
flake8-blind-except==0.1.1
flake8-builtins==1.0
flake8-coding==1.3.0
flake8-commas==2.0.0
flake8-comprehensions==1.4.1
flake8-debugger==3.1.0
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -4,6 +4,7 @@ test=pytest
[flake8]
ignore=D401,D107,D202,D200,D204,C401,D413
exclude=tests,migrations
no-accept-encodings=true

[mypy]
ignore_missing_imports=true
Expand Down

0 comments on commit 3c9c199

Please sign in to comment.