Skip to content

Commit

Permalink
Add pylint config
Browse files Browse the repository at this point in the history
  • Loading branch information
patrys committed Oct 17, 2016
1 parent 6d18501 commit 9bb2f9d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
!.dockerignore
!.flowconfig
!.gitignore
!.travis*
!.nvmrc
!.pylintrc
!.travis*
*.css
*.log
*.pot
Expand Down
5 changes: 5 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[MASTER]
load-plugins=pylint_django

[MESSAGES CONTROL]
disable = C0103, C0111, W0621
2 changes: 1 addition & 1 deletion saleor/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
'formatters': {
'verbose': {
'format': '%(levelname)s %(asctime)s %(module)s '
'%(process)d %(thread)d %(message)s'
'%(process)d %(thread)d %(message)s'
},
'simple': {
'format': '%(levelname)s %(message)s'
Expand Down

0 comments on commit 9bb2f9d

Please sign in to comment.